nova-shell: use system module

This commit is contained in:
müde 2026-04-26 19:06:01 +02:00
parent fcd4b95827
commit 96239eef49
3 changed files with 6 additions and 5 deletions

8
flake.lock generated
View file

@ -548,11 +548,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1776984220, "lastModified": 1777222693,
"narHash": "sha256-7o1I1Nl+HU+aXbCg7HLmj4W9o5/u6Tqviwmeczxzds0=", "narHash": "sha256-5AQpEtjSaWfcWfuO8Z4nRgYqJegCa/0lUO2HUVJR4AI=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "8d76df6ef5188b7fc640518b5c80687c52fcec55", "rev": "dc8344d0af83ba9de5f74a68bee82cdf6364c9a2",
"revCount": 536, "revCount": 573,
"type": "git", "type": "git",
"url": "https://git.berlin.ccc.de/vinzenz/nova-shell" "url": "https://git.berlin.ccc.de/vinzenz/nova-shell"
}, },

View file

@ -19,7 +19,6 @@
# ./waybar.nix # ./waybar.nix
# ./wlogout.nix # ./wlogout.nix
./zsh.nix ./zsh.nix
self.inputs.nova-shell.homeModules.default
# keep-sorted end # keep-sorted end
]; ];

View file

@ -7,12 +7,14 @@
servicepoint-tanks, servicepoint-tanks,
stylix, stylix,
specialArgs, specialArgs,
nova-shell,
... ...
}: }:
{ {
imports = [ imports = [
# keep-sorted start # keep-sorted start
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
nova-shell.nixosModules.default
self.nixosModules.en-de self.nixosModules.en-de
self.nixosModules.firmware-updates self.nixosModules.firmware-updates
self.nixosModules.gnome self.nixosModules.gnome