Updates to thor configs + home-manager
This commit is contained in:
parent
d80dde45af
commit
626893fa50
5 changed files with 34 additions and 34 deletions
|
|
@ -58,6 +58,7 @@
|
|||
font = final.rice.font.normal;
|
||||
};
|
||||
})
|
||||
(final: prev: { unstable = unstablePkgs; })
|
||||
];
|
||||
nixpkgsSettings = {
|
||||
inherit overlays system;
|
||||
|
|
@ -113,7 +114,7 @@
|
|||
|
||||
thorStable = extraModules: nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = odinBaseModules ++ [
|
||||
modules = thorBaseModules ++ [
|
||||
home-manager.nixosModules.home-manager
|
||||
homeManagerSettings
|
||||
{ home-manager.users.bertof = import ./thor.nix; }
|
||||
|
|
@ -122,7 +123,7 @@
|
|||
|
||||
thorUnstable = extraModules: unstable.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = odinBaseModules ++ [
|
||||
modules = thorBaseModules ++ [
|
||||
home-manager-unstable.nixosModules.home-manager
|
||||
homeManagerSettings
|
||||
{ home-manager.users.bertof = import ./thor.nix; }
|
||||
|
|
@ -131,9 +132,7 @@
|
|||
|
||||
in
|
||||
{
|
||||
exports = {
|
||||
inherit pkgs unstablePkgs;
|
||||
};
|
||||
packages.${system} = pkgs;
|
||||
|
||||
nixosConfigurations = rec {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue