diff options
Diffstat (limited to 'nixos/default.nix')
| -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 |