about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-01-27 15:27:17 +0100
committerProfpatsch <mail@profpatsch.de>2016-01-27 15:28:32 +0100
commit725a17006d9bc4c000f2c07b8de6ae193316e8bf (patch)
tree0d4a5558a619fc1d268fe1ff41379554bc7eab60 /machines
parent081022d47289066e5905dc65148d6b3e6193e10b (diff)
katara: a few more packages
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/katara.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 367a8758..d62dbcdf 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -26,6 +26,7 @@ in {
     fileSystems."/" = {
       device = "/dev/dm-0";
       fsType = "btrfs";
+      options = "ssd";
     };
 
     fileSystems."/boot" = {
@@ -75,6 +76,7 @@ in {
       systemPkgs = [
         atool             # archive tools
         curl              # transfer data to/from a URL
+        diffoscopes       # diff whole filetrees (and archives)
         dos2unix          # text file conversion
         fdupes            # file duplicate finder
         file              # file information
@@ -101,8 +103,10 @@ in {
         i3lock            # lock screen
         libnotify         # notification library
         lxappearance      # GTK theme chooser
+        myPkgs.taffybar   # status bar
         xbindkeys         # keybinding manager
-        myPkgs.taffybar          # status bar
+        xclip             # clipboard thingy
+        xorg.xkill        # X11 application kill
       ];
       guiPkgs = [
         gnome3.adwaita-icon-theme
@@ -154,6 +158,7 @@ in {
       tmpPkgs = [
         # needs user service
         redshift   # increases screen warmth at night (so i don’t have to feel cold)
+        snapper
       ];
     in systemPkgs ++ xPkgs ++ guiPkgs ++ userPrograms ++ nixPkgs ++ mailPkgs ++ nixPkgs ++ tmpPkgs;
     system.extraDependencies = with pkgs; lib.singleton (