Merge branch 'master' of https://git.gebner.org/gebner/nixos-config
This commit is contained in:
commit
180a97e152
@ -12,4 +12,10 @@
|
||||
networking.hostName = "archachatina"; # Define your hostname.
|
||||
networking.hostId = "cc7ea3ba";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
beets
|
||||
mediainfo
|
||||
flac
|
||||
];
|
||||
|
||||
}
|
||||
|
@ -49,7 +49,7 @@
|
||||
gnupg
|
||||
pass xclip pwgen
|
||||
gcc
|
||||
# remmina
|
||||
remmina
|
||||
silver-searcher
|
||||
tree
|
||||
python
|
||||
@ -91,6 +91,7 @@
|
||||
# libreoffice = pkgs.libreoffice.override { jdk = pkgs.jdk; }; # reuse package cache
|
||||
jre = pkgs.openjdk8;
|
||||
jdk = pkgs.openjdk8;
|
||||
i3 = pkgs.stdenv.lib.overrideDerivation pkgs.i3 (oldAttrs: { doCheck = false; });
|
||||
};
|
||||
|
||||
environment.variables.EDITOR = "${pkgs.vim}/bin/vim";
|
||||
|
Loading…
Reference in New Issue
Block a user