test
This commit is contained in:
parent
27c2410ead
commit
1ba61ab9d1
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
nixosConfigurations = {
|
||||
# Virtual Machines
|
||||
nixos-vm-01 = libx.mkHost { hostname = "nixos-vm-01"; };
|
||||
nixos-vm-02 = libx.mkHost { hostname = "nixos-vm-02"; desktop = "gnome"; gpu = "intel"; theme = "default"; };
|
||||
nixos-vm-02 = libx.mkHost { hostname = "nixos-vm-02"; desktop = "gnome"; gpu = "intel"; theme = "gruvbox"; };
|
||||
# Physical Machines
|
||||
nixos-laptop = libx.mkHost { hostname = "nixos-laptop"; desktop = "hyprland"; gpu = "intel"; theme = "gruvbox"; };
|
||||
nixos-framework = libx.mkHost { hostname = "nixos-framework"; desktop = "hyprland"; gpu = "intel"; theme = "gruvbox"; };
|
||||
|
@ -47,7 +47,7 @@
|
|||
homeConfigurations = {
|
||||
# Virtual Machines
|
||||
"albert@nixos-vm-01" = libx.mkHome { hostname = "nixos-vm-01"; };
|
||||
"albert@nixos-vm-02" = libx.mkHome { hostname = "nixos-vm-02"; desktop = "gnome"; theme = "default"; };
|
||||
"albert@nixos-vm-02" = libx.mkHome { hostname = "nixos-vm-02"; desktop = "gnome"; theme = "gruvbox"; };
|
||||
# Physical Machines
|
||||
"albert@nixos-laptop" = libx.mkHome { hostname = "nixos-laptop"; desktop = "hyprland"; theme = "gruvbox"; };
|
||||
"albert@nixos-framework" = libx.mkHome { hostname = "nixos-framework"; desktop = "hyprland"; theme = "gruvbox"; };
|
||||
|
|
Loading…
Reference in a new issue