yeah i tried

This commit is contained in:
Kopatz
2023-12-19 20:24:55 +01:00
parent d8bca62bb1
commit 77ee887f79
3 changed files with 10 additions and 5 deletions

View File

@@ -30,7 +30,10 @@
let
system = "x86_64-linux";
overlay-unstable = final: prev: {
unstable = nixpkgs-unstable.legacyPackages.${prev.system};
unstable = import nixpkgs-unstable {
inherit system;
config.allowUnfree = true;
};
};
in {
apps = nixinate.nixinate.${system} self;
@@ -105,7 +108,7 @@
./users/kopatz
### System modules ###
./modules/graphical/plasma.nix
./modules/graphical/hyprland.nix
#./modules/graphical/hyprland.nix
./modules/graphical/emulators.nix
./modules/graphical/gamemode.nix
./modules/graphical/obs.nix