···1515 ./services/darkman.nix
16161717 ./programs/pogit.nix
1818- ./programs/kitty.nix
1918 ./programs/neovim.nix
2019 ./programs/direnv.nix
2120 ./programs/fastfetch.nix
···3029 packages = with pkgs; [
3130 vlc
3231 slack
3333- # beeper
3434- zenity
3232+ zenity # for the calendar popup in the bar
3533 discord
3636- kittysay
3434+ obsidian
3735 localsend
3838- gearlever
3939- hyprpaper
4040- strawberry
3636+ gearlever # for beeper cause the one from the nixpkgs seems bugged
3737+ hyprpaper # should be in the hyprland category
3838+ strawberry # for itunes lib and need to test if upload to ipod works
4139 libreoffice
4242- nextcloud-client
4343- bitwarden-desktop
4040+ bitwarden-desktop # nessacary for my ssh keys (can't use git otherwise)
4141+ nextcloud-talk-desktop
4442 ];
4543 stateVersion = "24.05";
4644 };