This commit is contained in:
Enrico Fasoli 2015-09-07 19:25:36 +02:00
parent b330fef520
commit 1730312fe5
2 changed files with 20 additions and 7 deletions

View File

@ -1,4 +1,4 @@
directory: ~/Music
library: ~/.config/beets/library.blb
library: ~/Music/library.blb
paths:
singleton: Singles/$artist/$title

View File

@ -19,12 +19,16 @@
# Mount Data disk
fileSystems."/mnt/Dati" = {
device = "/dev/sdd3";
options = "nofail,relatime,defaults";
};
time.timeZone = "Europe/Rome";
# Networking
networking.hostName = "Fazo-PC"; # Define your hostname.
networking.hostId = "6bc261fc";
networking.firewall.enable = false;
i18n = {
consoleFont = "lat9w-16";
@ -42,12 +46,16 @@
visualizerSupport = true;
clockSupport = true;
};
chromium = pkgs.chromium.override {
enablePepperFlash = true;
};
};
};
environment.systemPackages = with pkgs; [
# Development
atom git nodejs
(haskellPackages.ghcWithPackages (hs: with hs; [ cabal-install ] ))
# Desktop and shell environment
sxhkd tmux htop rxvt_unicode dmenu bar i3lock
# Libs
@ -114,6 +122,12 @@
'';
};
redshift = {
enable = true;
latitude = "9.6";
longitude = "45.47";
};
transmission = {
enable = true;
settings = {
@ -121,12 +135,11 @@
};
};
# Syncthing
#syncthing = {
# enable = true;
# user = "fazo";
# dataDir = "~/.config/syncthing";
#};
syncthing = {
enable = true;
user = "fazo";
dataDir = "/home/fazo/.config/syncthing";
};
};
# User environment