mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
reorganization into flat profile-based modules
This commit is contained in:
parent
1bc8c22feb
commit
127227205d
15 changed files with 660 additions and 696 deletions
|
|
@ -5,24 +5,15 @@
|
|||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
self,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules
|
||||
self.nixosModules.desktop-suite
|
||||
];
|
||||
|
||||
networking.hostName = "nabro";
|
||||
|
||||
dotfiles = {
|
||||
core.enable = true;
|
||||
user.enable = true;
|
||||
desktop.enable = true;
|
||||
dev.enable = true;
|
||||
shell.enable = true;
|
||||
zsh.enable = true;
|
||||
helix.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue