cachyos compatibility
This commit is contained in:
@@ -33,6 +33,20 @@
|
||||
in
|
||||
{
|
||||
homeConfigurations = {
|
||||
"mennos-cachyos-desktop" = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [ ./home.nix ];
|
||||
extraSpecialArgs = {
|
||||
inherit
|
||||
pkgs
|
||||
pkgs-unstable
|
||||
opnix
|
||||
;
|
||||
isServer = false;
|
||||
hostname = "mennos-cachyos-desktop";
|
||||
};
|
||||
};
|
||||
|
||||
"mennos-desktop" = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [ ./home.nix ];
|
||||
@@ -61,20 +75,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
"dotfiles-test" = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [ ./home.nix ];
|
||||
extraSpecialArgs = {
|
||||
inherit
|
||||
pkgs
|
||||
pkgs-unstable
|
||||
opnix
|
||||
;
|
||||
isServer = true;
|
||||
hostname = "dotfiles-test";
|
||||
};
|
||||
};
|
||||
|
||||
"mennos-cloud-server" = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [ ./home.nix ];
|
||||
|
||||
Reference in New Issue
Block a user