starting separation
This commit is contained in:
parent
deece9317b
commit
26b798c4b3
4 changed files with 372 additions and 36 deletions
20
home/laptop/home.nix
Normal file
20
home/laptop/home.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
home = {
|
||||
username = "maxag";
|
||||
homeDirectory = "/home/maxag";
|
||||
stateVersion = "25.11";
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
imports = [
|
||||
./hyprland.nix
|
||||
../modules/nvf.nix
|
||||
../modules/stylix.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