diff options
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/apps/dev.nix | 12 | ||||
| -rw-r--r-- | gui/apps/web.nix | 3 | ||||
| -rw-r--r-- | gui/qtile.nix | 2 | ||||
| -rw-r--r-- | gui/xmonad.nix | 2 |
4 files changed, 11 insertions, 8 deletions
diff --git a/gui/apps/dev.nix b/gui/apps/dev.nix index 851d7d8..81f5735 100644 --- a/gui/apps/dev.nix +++ b/gui/apps/dev.nix @@ -5,14 +5,22 @@ packages = with pkgs; [ # UI dev utilities (language environments are maintained in project specific nix-shells) hotspot - kcachegrind + kdePackages.kcachegrind + meld + + # Visualization and CAD paraview + #(blender.override { cudaSupport=true; }) blender - meld + freecad + meshlab + # language utilities artha + # calculator qalculate-gtk + # ctag to override the emacs provided ones (placeholder) universal-ctags fzf diff --git a/gui/apps/web.nix b/gui/apps/web.nix index 41fc878..3fcb931 100644 --- a/gui/apps/web.nix +++ b/gui/apps/web.nix @@ -6,8 +6,7 @@ pkgs.tdesktop pkgs.tigervnc pkgs.remmina - - pkgs-unstable.zotero + pkgs.zotero ]; }; diff --git a/gui/qtile.nix b/gui/qtile.nix index 3d40bc7..89fbab8 100644 --- a/gui/qtile.nix +++ b/gui/qtile.nix @@ -27,8 +27,6 @@ home.packages = [ # wm pkgs-unstable.qtile - # lockscreen - pkgs.i3lock ]; home.file.".config/qtile/config.py".source = ./conf/qtile.py; diff --git a/gui/xmonad.nix b/gui/xmonad.nix index 5ead6e4..972ccf8 100644 --- a/gui/xmonad.nix +++ b/gui/xmonad.nix @@ -29,8 +29,6 @@ home.packages = with pkgs; [ xdotool - # lockscreen - i3lock ]; services.screen-locker = { |
