We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d6305 commit 9debb66Copy full SHA for 9debb66
modules/home/default.nix
@@ -12,6 +12,6 @@
12
passwordManager = import ./password-manager;
13
sops = import ./sops;
14
stylix = import ./stylix;
15
- virtualization = import ./virtualization;
+ virtualisation = import ./virtualisation;
16
waybar = import ./waybar;
17
}
modules/nixos/default.nix
@@ -39,7 +39,7 @@
39
torrenting = import ./torrenting;
40
tt-rss = import ./tt-rss;
41
vaultwarden = import ./vaultwarden;
42
43
webPage = import ./webPage;
44
xrdp = import ./xrdp;
45
0 commit comments