merge 2nd pc
This commit is contained in:
parent
7e65c8e62a
commit
f5bc289708
4 changed files with 6 additions and 1471 deletions
1465
nix/flake.lock
generated
1465
nix/flake.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -16,10 +16,10 @@
|
||||||
|
|
||||||
sops-nix.url = "github:Mic92/sops-nix";
|
sops-nix.url = "github:Mic92/sops-nix";
|
||||||
|
|
||||||
Hyprspace = {
|
# Hyprspace = {
|
||||||
url = "github:KZDKM/Hyprspace";
|
# url = "github:KZDKM/Hyprspace";
|
||||||
inputs.hyprland.follows = "hyprland";
|
# inputs.hyprland.follows = "nixpkgs";
|
||||||
};
|
# };
|
||||||
|
|
||||||
nur.url = "github:nix-community/nur";
|
nur.url = "github:nix-community/nur";
|
||||||
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,14 @@
|
||||||
imports = [
|
imports = [
|
||||||
../../modules/gamemode.nix
|
../../modules/gamemode.nix
|
||||||
../../modules/boot_params.nix
|
../../modules/boot_params.nix
|
||||||
|
../../modules/ironbar_config.nix
|
||||||
];
|
];
|
||||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||||
programs.boot.boot_params = [
|
programs.boot.boot_params = [
|
||||||
"amdgpu.ppfeaturemask=0xffffffff"
|
"amdgpu.ppfeaturemask=0xffffffff"
|
||||||
];
|
];
|
||||||
networking.hostName = "marmo";
|
networking.hostName = "marmo";
|
||||||
|
programs.ironbar.monitor = "DP-1";
|
||||||
programs.gamemode = {
|
programs.gamemode = {
|
||||||
device = 1;
|
device = 1;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -78,8 +78,6 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
home.username = "dashie";
|
home.username = "dashie";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue