diff options
author | Julian T <julian@jtle.dk> | 2021-12-08 14:49:51 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-12-08 14:49:51 +0100 |
commit | b0449088f48ec178e8850bb4e98ec41edfe785c0 (patch) | |
tree | c77ae865d7759ccc927475134c067ed3a8a9d2e5 | |
parent | 4624a239a936d7bc584c3a36dd9561a8642df749 (diff) |
Add more programs to home
-rw-r--r-- | nixhome/.config/nixpkgs/home.nix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/nixhome/.config/nixpkgs/home.nix b/nixhome/.config/nixpkgs/home.nix index 221fadb..b895cd0 100644 --- a/nixhome/.config/nixpkgs/home.nix +++ b/nixhome/.config/nixpkgs/home.nix @@ -7,22 +7,23 @@ in { programs.home-manager.enable = true; home.packages = with unstable; [ - stow pass gopass fzf + stow pass gopass fzf entr # X stuff required by scripts feh rofi xorg.xmodmap xss-lock xclip xorg.xkill xdotool dunst xcompmgr scrot libnotify i3lock - xbindkeys + xbindkeys pywal # Developing - gcc go clang-tools unstable.haskell-language-server + gcc go clang-tools unstable.haskell-language-server shards crystal gdb php unstable.ghc stack racket chez rustc cargo rls kak-lsp + editorconfig-core-c # Email and calendar evolution gnome3.gnome-calendar evolution-data-server evolution-ews # Gui applications - firefox pavucontrol evince leafpad inkscape gimp + pkgs.firefox pavucontrol evince leafpad inkscape gimp meld pinentry gnome3.gnome-system-monitor guake termite quasselClient wireshark spotify gnome3.file-roller gnome3.gnome-calculator |