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.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";
|
||||||
|
Loading…
Reference in New Issue
Block a user