From 5d81bfe0110474059a483122032e7ba2c340367c Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Wed, 28 Dec 2016 18:04:33 +0100 Subject: machines/katara: misc --- machines/profpatsch/katara.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index ba889b3a..a7b58d95 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -106,6 +106,7 @@ in { cabal-install # haskell project management # myPkgs.fast-init # fast-init of haskell projects gitAndTools.git-annex # version controlled binary file storage + httpie # nice http CLI # mercurial # the other version control system telnet # tcp debugging ]; @@ -129,7 +130,6 @@ in { ghc # GloriousGlasgow Haskell Compiler, mostly for ghci gimp # graphics gmpc # mpd client and best music player interface in the world - httpie # nice http CLI inkscape # vector graphics # libreoffice # a giant ball of C++, that sometimes helps with proprietary shitformats lilyterm # terminal emulator, best one around @@ -203,14 +203,6 @@ in { # drivers = [ pkgs.foomatic_filters pkgs.foomatic-db-engine ]; }; - # redshift TODO as user - services.redshift = { - # enable = true; - latitude = "48"; - longitude = "10"; - temperature.day = 6300; - }; - # Automount services.udisks2.enable = true; @@ -241,7 +233,6 @@ in { # otherwise xterm is enabled, creating an xterm that spawns the window manager. desktopManager.xterm.enable = false; - windowManager.xmonad = { enable = true; enableContribAndExtras = true; @@ -297,7 +288,6 @@ in { symbola # emoji ]; - ########### # Programs -- cgit 1.4.1