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";
|
||||
|
||||
Hyprspace = {
|
||||
url = "github:KZDKM/Hyprspace";
|
||||
inputs.hyprland.follows = "hyprland";
|
||||
};
|
||||
# Hyprspace = {
|
||||
# url = "github:KZDKM/Hyprspace";
|
||||
# inputs.hyprland.follows = "nixpkgs";
|
||||
# };
|
||||
|
||||
nur.url = "github:nix-community/nur";
|
||||
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
||||
|
|
|
|||
|
|
@ -3,12 +3,14 @@
|
|||
imports = [
|
||||
../../modules/gamemode.nix
|
||||
../../modules/boot_params.nix
|
||||
../../modules/ironbar_config.nix
|
||||
];
|
||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||
programs.boot.boot_params = [
|
||||
"amdgpu.ppfeaturemask=0xffffffff"
|
||||
];
|
||||
networking.hostName = "marmo";
|
||||
programs.ironbar.monitor = "DP-1";
|
||||
programs.gamemode = {
|
||||
device = 1;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -78,8 +78,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
home.username = "dashie";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue