This commit is contained in:
Gabriel Ebner 2015-06-09 17:42:00 +02:00
commit 180a97e152
2 changed files with 8 additions and 1 deletions

@ -12,4 +12,10 @@
networking.hostName = "archachatina"; # Define your hostname. networking.hostName = "archachatina"; # Define your hostname.
networking.hostId = "cc7ea3ba"; networking.hostId = "cc7ea3ba";
environment.systemPackages = with pkgs; [
beets
mediainfo
flac
];
} }

@ -49,7 +49,7 @@
gnupg gnupg
pass xclip pwgen pass xclip pwgen
gcc gcc
# remmina remmina
silver-searcher silver-searcher
tree tree
python python
@ -91,6 +91,7 @@
# libreoffice = pkgs.libreoffice.override { jdk = pkgs.jdk; }; # reuse package cache # libreoffice = pkgs.libreoffice.override { jdk = pkgs.jdk; }; # reuse package cache
jre = pkgs.openjdk8; jre = pkgs.openjdk8;
jdk = pkgs.openjdk8; jdk = pkgs.openjdk8;
i3 = pkgs.stdenv.lib.overrideDerivation pkgs.i3 (oldAttrs: { doCheck = false; });
}; };
environment.variables.EDITOR = "${pkgs.vim}/bin/vim"; environment.variables.EDITOR = "${pkgs.vim}/bin/vim";