From b9ae0fa647de42cd5ec766ad09c158072339ad5b Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Wed, 21 Oct 2015 18:03:54 +0200 Subject: [PATCH] removed DF terminal script, fixed few things in config --- bin/dwarffortress | 2 -- configuration.nix | 12 +----------- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100755 bin/dwarffortress diff --git a/bin/dwarffortress b/bin/dwarffortress deleted file mode 100755 index 5e23ecb..0000000 --- a/bin/dwarffortress +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -urxvt -xrm "*background: #002b36" -e dwarf-fortress diff --git a/configuration.nix b/configuration.nix index f4576ec..3be88bc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -69,9 +69,6 @@ visualizerSupport = true; clockSupport = true; }; - #chromium = pkgs.chromium.override { - # enablePepperFlash = true; - #}; }; }; @@ -88,7 +85,7 @@ # Applications neovim ranger weechat bc w3m gnupg zathura go14Packages.ipfs.bin tmux htop rxvt_unicode pandoc mosh ncdu cv pv tree screenfetch - scrot iotop iftop unzip zip p7zip + scrot iotop iftop unzip zip p7zip transmission # Desktop Applications chromium libreoffice gparted # Media @@ -180,13 +177,6 @@ longitude = "45.47"; }; - transmission = { - enable = false; - settings = { - download-dir = "/mnt/Dati/Download/"; - }; - }; - syncthing = { enable = true; user = "fazo";