All checks were successful
ci/woodpecker/push/check Pipeline was successful
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.
56 lines
722 B
Nix
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";
|
|
}
|