nix-config/modules/home/default.nix
Bruno BELANYI 0f821729f1
All checks were successful
ci/woodpecker/push/check Pipeline was successful
home: set 'stateVersion' to '26.05'
Home-Manager now warns (loudly) about relying on legacy defaults on
older state versions.

I'd rather update to the newer state version than explicitly silence
those warnings by setting options I do not care for. The new defaults
are better anyway.
2026-04-01 21:03:33 +02:00

56 lines
722 B
Nix

{ ... }:
{
imports = [
./aliases
./atuin
./bat
./bitwarden
./bluetooth
./calibre
./comma
./delta
./dircolors
./direnv
./discord
./documentation
./feh
./firefox
./flameshot
./fzf
./gammastep
./gdb
./git
./gpg
./gtk
./htop
./jq
./keyboard
./mail
./mpv
./nix
./nix-index
./nixpkgs
./nm-applet
./packages
./pager
./power-alert
./secrets
./ssh
./terminal
./tmux
./trgui
./udiskie
./vim
./wget
./wm
./x
./xdg
./zathura
./zsh
];
home.stateVersion = "26.05";
# Start services automatically
systemd.user.startServices = "sd-switch";
}