cachyos compatibility
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{ pkgs-unstable, ... }:
|
||||
{
|
||||
home.packages = with pkgs-unstable; [ ];
|
||||
}
|
@@ -9,12 +9,12 @@
|
||||
imports =
|
||||
if hostname == "mennos-desktop" then
|
||||
[ ./hosts/mennos-desktop.nix ]
|
||||
else if hostname == "mennos-cachyos-desktop" then
|
||||
[ ./hosts/mennos-cachyos-desktop.nix ]
|
||||
else if hostname == "mennos-laptop-w" then
|
||||
[ ./hosts/mennos-laptop-w.nix ]
|
||||
else if hostname == "mennos-server" then
|
||||
[ ./hosts/mennos-server.nix ]
|
||||
else if hostname == "dotfiles-test" then
|
||||
[ ./hosts/mennos-server.nix ]
|
||||
else if hostname == "mennos-cloud-server" then
|
||||
[ ./hosts/mennos-cloud-server.nix ]
|
||||
else if hostname == "mennos-vm" then
|
||||
|
Reference in New Issue
Block a user