summaryrefslogtreecommitdiff
path: root/nixhome/.config
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2022-03-15 15:13:59 +0100
committerJulian T <julian@jtle.dk>2022-03-15 15:13:59 +0100
commit13ba3fc359deb79fa2bf30164bf0549b40f7b625 (patch)
tree6b9b68fce07403e12bc3238c90040adb98b79ff1 /nixhome/.config
parente484cf26c6302d8c1432def305987a0c27cbb72c (diff)
Evolution managed by nixos and program changes
Diffstat (limited to 'nixhome/.config')
-rw-r--r--nixhome/.config/nixpkgs/home.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/nixhome/.config/nixpkgs/home.nix b/nixhome/.config/nixpkgs/home.nix
index 155cb22..3408792 100644
--- a/nixhome/.config/nixpkgs/home.nix
+++ b/nixhome/.config/nixpkgs/home.nix
@@ -7,29 +7,29 @@ in {
programs.home-manager.enable = true;
home.packages = (with unstable; [
- stow pass gopass fzf entr
+ pass fzf entr
# X stuff required by scripts
feh rofi xorg.xmodmap xss-lock xclip xorg.xkill
xdotool dunst xcompmgr scrot libnotify i3lock
- xbindkeys pywal
+ xbindkeys
# Developing
- gcc go clang-tools shards crystal
+ gcc go clang-tools
gdb php unstable.ghc stack racket chez rustc cargo rls kak-lsp
editorconfig-core-c chez
gh glab
# Gui applications
pkgs.firefox pavucontrol evince leafpad inkscape gimp
- meld pinentry guake
+ meld pinentry
termite kitty quasselClient wireshark spotify
vlc mpv xorg.xev vimHugeX
(mumble.override { pulseSupport = true; })
qutebrowser mate.caja
- audacity veracrypt xournal
- musescore fractal ipcalc playerctl
- xarchive pandoc filelight zathura okular
+ audacity xournal
+ ipcalc playerctl sxiv
+ xarchive pandoc filelight okular
# Other stuff
( texlive.combine { inherit (texlive)
@@ -57,7 +57,7 @@ in {
gnome3.cheese gnome3.gnome-calculator liferea
gnome3.file-roller gnome3.simple-scan
# Email and calendar
- evolution evolution-data-server evolution-ews
+ # evolution evolution-data-server evolution-ews
libreoffice-fresh
]);