Files
dotfiles/home/natto/default.nix
2025-08-25 18:04:40 +05:30

37 lines
505 B
Nix

{ ... }:
{
home = {
homeDirectory = "/home/natto";
username = "natto";
stateVersion = "22.11";
};
imports = [
./email.nix
./pass.nix
./browser.nix
./pdf.nix
./mpv.nix
./pkgs.nix
./stuff.nix
./gtk.nix
./dunst.nix
./git.nix
./music.nix
./zsh.nix
./games.nix
./cursor.nix
./emacs.nix
# when xserver
# ./xsession.nix
# when wayland
./wayland.nix
./hyprland.nix
./foot.nix
./tofi.nix
./ags
];
}