Shadow config v1.0
This commit is contained in:
commit
84bc5de209
25 changed files with 2324 additions and 0 deletions
22
home/home.nix
Normal file
22
home/home.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
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
|
||||
./modules/zen.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue