waybar config, add calufrax (laptop), etc
This commit is contained in:
parent
e4e1bea480
commit
b6e449dd48
7 changed files with 160 additions and 5 deletions
22
flake.nix
22
flake.nix
|
|
@ -60,5 +60,27 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
nixosConfigurations."calufrax" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./hosts/calufrax
|
||||
./variables.nix
|
||||
{ config.var.username = "alyx";
|
||||
config.var.hostname = "calufrax";
|
||||
config.var.timezone = "Europe/London";
|
||||
config.var.class = "desktop";
|
||||
}
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.sharedModules = [{ imports = with inputs; [nix-index-database.homeModules.default];}];
|
||||
home-manager.users.alyx = ./home;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue