Fixed identation
This commit is contained in:
parent
0341da5067
commit
cc19edb8f2
1 changed files with 7 additions and 7 deletions
14
flake.nix
14
flake.nix
|
|
@ -33,13 +33,13 @@
|
|||
modules = [
|
||||
stylix.nixosModules.stylix ./hosts/p14s/configuration.nix
|
||||
|
||||
# Home-Manager
|
||||
#inputs.home-manager.nixosModules.default
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.jan = import ./hosts/p14s/home.nix;
|
||||
}
|
||||
# Home-Manager
|
||||
#inputs.home-manager.nixosModules.default
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.jan = import ./hosts/p14s/home.nix;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue