nixos-config/home/default.nix
2026-02-23 22:36:58 +03:00

19 lines
298 B
Nix

{ ... }:
{
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;
}