test
This commit is contained in:
parent
b9fa5b171d
commit
7491c52ce2
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
nixos-framework = libx.mkHost
|
||||
{ hostname = "nixos-framework"; username = "albert"; desktop = "hyprland"; gpu = "amd"; theme = "gruvbox"; };
|
||||
nixos-rpi4-01 = libx.mkHost
|
||||
{ hostname = "nixos-rpi4-01"; username = "albert"; };
|
||||
{ hostname = "nixos-rpi4-01"; username = "albert"; platform = "aarch64-linux"; };
|
||||
};
|
||||
homeConfigurations = {
|
||||
"albert@nixos-laptop" = libx.mkHome
|
||||
|
@ -32,7 +32,7 @@
|
|||
"albert@nixos-framework" = libx.mkHome
|
||||
{ hostname = "nixos-framework"; username = "albert"; desktop = "hyprland"; theme = "gruvbox"; };
|
||||
"albert@nixos-rpi4-01" = libx.mkHome
|
||||
{ hostname = "nixos-rpi4-01"; username = "albert"; };
|
||||
{ hostname = "nixos-rpi4-01"; username = "albert"; platform = "aarch64-linux"; };
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue