substituters, sway mod preference per user, move hosts/absolution to hosts/apalapucia, etc
This commit is contained in:
parent
d0bb2fe776
commit
d8d3f43c53
10 changed files with 275 additions and 279 deletions
11
flake.nix
11
flake.nix
|
|
@ -6,9 +6,10 @@
|
|||
home-manager.url = "github:nix-community/home-manager";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
waterfox.url = "github:Hythera/nix-waterfox";
|
||||
nixpkgs-xr.url = "github:nix-community/nixpkgs-xr";
|
||||
};
|
||||
|
||||
outputs = inputs@{self, nixpkgs, home-manager, ...}:{
|
||||
outputs = inputs@{self, nixpkgs, home-manager, nixpkgs-xr, ...}:{
|
||||
nixosConfigurations."fenix" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
|
|
@ -36,19 +37,17 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./hosts/absolution
|
||||
./hosts/apalapucia
|
||||
./variables.nix
|
||||
nixpkgs-xr.nixosModules.nixpkgs-xr
|
||||
{ config.var.username = "alyx";
|
||||
config.var.hostname = "apalapucia";
|
||||
config.var.timezone = "Europe/London";
|
||||
config.var.class = "desktop";
|
||||
}
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
vars = {
|
||||
class = "desktop";
|
||||
user = "alyx";
|
||||
};
|
||||
};
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue