adds popos compatibility
This commit is contained in:
@@ -109,6 +109,19 @@
|
||||
};
|
||||
};
|
||||
|
||||
"mennos-cosmic-laptop" = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [ ./home.nix ];
|
||||
extraSpecialArgs = {
|
||||
inherit
|
||||
pkgs
|
||||
pkgs-unstable
|
||||
;
|
||||
isServer = false;
|
||||
hostname = "mennos-cosmic-laptop";
|
||||
};
|
||||
};
|
||||
|
||||
"mennos-hobbypc" = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [ ./home.nix ];
|
||||
|
Reference in New Issue
Block a user