update flake
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ pkgs, config, lib, ... }: {
|
||||
{ pkgs, config, lib, modulesPath, ... }: {
|
||||
|
||||
imports = [ ./vm-common.nix ];
|
||||
imports = [ ./vm-common.nix (modulesPath + "/profiles/qemu-guest.nix") ];
|
||||
age.identityPaths = [ /home/kopatz/.ssh/id_rsa ];
|
||||
mainUser.layout = "de";
|
||||
mainUser.variant = "us";
|
||||
@@ -17,12 +17,18 @@
|
||||
settings.enable = true;
|
||||
};
|
||||
graphical = {
|
||||
i3.enable = true;
|
||||
#i3.enable = true;
|
||||
plasma.enable = true;
|
||||
lightdm.enable = true;
|
||||
#lightdm.enable = true;
|
||||
#sddm.enable = true;
|
||||
#cosmic.enable = true;
|
||||
};
|
||||
};
|
||||
networking.networkmanager.enable = true;
|
||||
virtualisation.vmVariant = {
|
||||
virtualisation.qemu.options = [ "-vga qxl" ];
|
||||
#[ "-vga none" "-device virtio-gpu-gl-pci" "-display default,gl=on" ];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ firefox ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user