ough
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -12,6 +12,11 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
plasma-manager = {
|
||||
url = "github:nix-community/plasma-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.home-manager.follows = "home-manager";
|
||||
};
|
||||
# nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.6.0";
|
||||
};
|
||||
|
||||
@@ -21,6 +26,7 @@
|
||||
nixpkgs,
|
||||
home-manager,
|
||||
impermanence,
|
||||
plasma-manager,
|
||||
# nix-flatpak,
|
||||
}@inputs:
|
||||
let
|
||||
@@ -43,6 +49,7 @@
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
home-manager.users.laythe = import ./machines/homepc/home.nix;
|
||||
home-manager.sharedModules = [ plasma-manager.homeModules.plasma-manager ];
|
||||
}
|
||||
];
|
||||
};
|
||||
@@ -58,7 +65,8 @@
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
home-manager.users.laythe = import ./machines/homepc/home.nix;
|
||||
home-manager.users.laythe = import ./machines/workstation/home.nix;
|
||||
home-manager.sharedModules = [ plasma-manager.homeModules.plasma-manager ];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user