restructuring
This commit is contained in:
parent
bd6c9e6d7e
commit
31b1b98809
15 changed files with 260 additions and 233 deletions
21
home/main/home.nix
Normal file
21
home/main/home.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
home = {
|
||||
username = "maxag";
|
||||
homeDirectory = "/home/maxag";
|
||||
stateVersion = "25.11";
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
imports = [
|
||||
./modules/hyprland.nix
|
||||
./modules/nvf.nix
|
||||
./modules/stylix.nix
|
||||
./modules/games.nix
|
||||
./modules/programming.nix
|
||||
./modules/multimedia.nix
|
||||
./modules/communication.nix
|
||||
./modules/rice.nix
|
||||
./modules/shells.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue