mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Reorganized
This commit is contained in:
parent
e42e996e75
commit
5c31e50241
6 changed files with 284 additions and 11 deletions
|
|
@ -60,16 +60,16 @@
|
|||
|
||||
stylix.nixosModules.stylix
|
||||
|
||||
./nixos/wash/configuration.nix
|
||||
./machines/wash/configuration.nix
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
home-manager.backupFileExtension = "bak";
|
||||
# home-manager.backupFileExtension = "bak";
|
||||
home-manager.extraSpecialArgs = {inherit inputs outputs;};
|
||||
home-manager.users.tyler = import ./home/wash/wash.nix;
|
||||
home-manager.users.tyler = import ./machines/wash/home.nix;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue