yeah i tried
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user