merge 2nd pc

This commit is contained in:
DashieTM 2024-07-03 21:27:12 +02:00
parent 7e65c8e62a
commit f5bc289708
4 changed files with 6 additions and 1471 deletions

1465
nix/flake.lock generated

File diff suppressed because it is too large Load diff

View file

@ -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";

View file

@ -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;
};

View file

@ -78,8 +78,6 @@ in
};
};
nixpkgs.config.allowUnfree = true;
home.username = "dashie";