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 directory: ~/Music
library: ~/.config/beets/library.blb library: ~/Music/library.blb
paths: paths:
singleton: Singles/$artist/$title singleton: Singles/$artist/$title

View File

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