diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-01 15:39:42 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-01 15:39:42 -0400 |
| commit | 3caa0c878b3e2443e97c1673413966186504af9e (patch) | |
| tree | 43d80a3c48e99f075e4ad27ae33b243446e8733a /nixos | |
| parent | cdb07a0f192b50ea2be0d4e75cc8c4e5196a0dff (diff) | |
| download | home-3caa0c878b3e2443e97c1673413966186504af9e.tar.gz | |
form: switch to gnome
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/default.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/nixos/default.nix b/nixos/default.nix index 18286fe..0f6812f 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -14,6 +14,7 @@ in ./osu.nix ./keyd.nix ./yubikey.nix + ./libvirt.nix ]; options.nixos = with lib.options; { @@ -49,8 +50,9 @@ in }; config = { - # nixos = { - # }; + nixos = { + libvirt.enable = true; + }; nix = { settings.experimental-features = [ "nix-command" @@ -130,6 +132,7 @@ in cage zsh discord-ptb + gnomeExtensions.blur-my-shell ] ++ (lib.optional cfg.wifi networkmanagerapplet); # TODO |