Vast improvements to desktop experience
This commit is contained in:
@@ -6,16 +6,19 @@
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-21.11";
|
||||
nixunstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-21.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nur.url = "github:nix-community/NUR";
|
||||
};
|
||||
|
||||
outputs = inputs:
|
||||
let
|
||||
mods = hostname: [
|
||||
{ nixpkgs.overlays = [ inputs.nur.overlay ]; }
|
||||
inputs.agenix.nixosModule
|
||||
./modules
|
||||
./profiles/base
|
||||
@@ -24,6 +27,9 @@
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.users.greg = import ./home/home.nix "greg";
|
||||
home-manager.users.root = import ./home/home.nix "root";
|
||||
home-manager.extraSpecialArgs = {
|
||||
nixunstable = inputs.nixunstable;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user