diff --git a/flake.lock b/flake.lock index f224add..39a4b5c 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index e64fd41..6f2ace1 100644 --- a/flake.nix +++ b/flake.nix @@ -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 diff --git a/modules/graphical/shared.nix b/modules/graphical/shared.nix index 232590e..1126f74 100644 --- a/modules/graphical/shared.nix +++ b/modules/graphical/shared.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 = {