updated flake and decoupled useless runtimePackages
This commit is contained in:
8
flake.lock
generated
8
flake.lock
generated
@@ -373,11 +373,11 @@
|
||||
"wshowkeys": "wshowkeys"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1783771459,
|
||||
"narHash": "sha256-U+RNUy0UjDgAMIiAVZCJRmtcriGAE4tqOkprvs2/nE4=",
|
||||
"lastModified": 1783777857,
|
||||
"narHash": "sha256-5tIpGp3E+hsDvWQWtAEvvQfUv+wdi6OsS1qziLPMJhk=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "78ad02d6c19d9cdb589c2b446807449b7bbf48d2",
|
||||
"revCount": 46,
|
||||
"rev": "e561e6d3be18fc3d5dc35380dc6a87ebc518b471",
|
||||
"revCount": 47,
|
||||
"type": "git",
|
||||
"url": "https://git.voidarc.co.uk/voidarc/hypr"
|
||||
},
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
flake.nixosModules.hyprland = moduleWithSystem ({
|
||||
self',
|
||||
pkgs,
|
||||
system,
|
||||
...
|
||||
}: let
|
||||
modules = with self.nixosModules; [
|
||||
@@ -15,14 +14,13 @@
|
||||
systemTheme
|
||||
];
|
||||
runtimePkgs = self'.packages.hyprland.passthru.runtimePackages;
|
||||
lib = pkgs.lib;
|
||||
lib = pkgs.lib;
|
||||
in {
|
||||
imports = modules;
|
||||
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
package = self'.packages.hyprland;
|
||||
portalPackage = inputs.hyprland.inputs.hyprland.packages.${system}.xdg-desktop-portal-hyprland;
|
||||
};
|
||||
|
||||
services.xserver.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user