nix-config/modules/home/default.nix
Bruno BELANYI 1b0e1a4692 home: add jujutsu
This is a very basic configuration, still missing most bells and
whistles.
2025-12-02 12:35:32 +00:00

58 lines
772 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
./jujutsu
./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
];
# First sane reproducible version
home.stateVersion = "20.09";
# Start services automatically
systemd.user.startServices = "sd-switch";
}