Initial commit
This commit is contained in:
commit
b79d352847
37 changed files with 2191 additions and 0 deletions
19
home/default.nix
Normal file
19
home/default.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./catppuccin
|
||||
./cli
|
||||
./hyprland
|
||||
./low-battery-notify
|
||||
./waybar
|
||||
./gui.nix
|
||||
./neovim.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
username = "flygrounder";
|
||||
homeDirectory = "/home/flygrounder";
|
||||
stateVersion = "25.11";
|
||||
};
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue