test
This commit is contained in:
parent
43970a5d18
commit
ad89c858d0
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,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 = "gruvbox"; };
|
||||
nixos-vm-02 = libx.mkHost { hostname = "nixos-vm-02"; desktop = "hyprland"; 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"; };
|
||||
|
@ -50,7 +50,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 = "gruvbox"; };
|
||||
"albert@nixos-vm-02" = libx.mkHome { hostname = "nixos-vm-02"; desktop = "hyprland"; 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