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

6
flake.lock generated
View File

@@ -242,11 +242,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1702312524,
"narHash": "sha256-gkZJRDBUCpTPBvQk25G0B7vfbpEYM5s5OZqghkjZsnE=",
"lastModified": 1702830618,
"narHash": "sha256-lvhwIvRwhOLgzbRuYkqHy4M5cQHYs4ktL6/hyuBS6II=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a9bf124c46ef298113270b1f84a164865987a91c",
"rev": "91a00709aebb3602f172a0bf47ba1ef013e34835",
"type": "github"
},
"original": {

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

View File

@@ -13,6 +13,7 @@ in
gamescopeSession.enable = true;
};
programs.dconf.enable = true;
programs.kdeconnect.enable = true;
fonts.fontDir.enable = true;
@@ -69,6 +70,7 @@ in
wacomtablet
osu-lazer-bin
libsForQt5.kolourpaint
wl-clipboard
];
#environment.sessionVariables = {