mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Enable widgets on per host basis
This commit is contained in:
parent
af5e9e85d7
commit
7e59fd1426
4 changed files with 54 additions and 16 deletions
14
flake.nix
14
flake.nix
|
|
@ -28,13 +28,6 @@
|
|||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
dell-laptop = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
./hosts/dell-laptop
|
||||
./users/seb
|
||||
];
|
||||
};
|
||||
seb-desktop = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
|
|
@ -42,6 +35,13 @@
|
|||
./users/seb
|
||||
];
|
||||
};
|
||||
dell-laptop = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
./hosts/dell-laptop
|
||||
"${./.}/users/seb/@dell-laptop.nix"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
formatter.${system} = nixpkgs.legacyPackages.${system}.alejandra.overrideAttrs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue