mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-15 17:50:54 +00:00
nixos/lib: remove noXlibs due to strange problems
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
396004a3b5
commit
325f564434
1 changed files with 0 additions and 4 deletions
|
@ -15,10 +15,6 @@
|
||||||
# Put ~/bin in PATH.
|
# Put ~/bin in PATH.
|
||||||
homeBinInPath = true;
|
homeBinInPath = true;
|
||||||
|
|
||||||
# Assume all NixOS machines are headless.
|
|
||||||
# TODO: factor out if I ever switch my desktop.
|
|
||||||
noXlibs = true;
|
|
||||||
|
|
||||||
# Packages which should be installed on every machine.
|
# Packages which should be installed on every machine.
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
bandwhich
|
bandwhich
|
||||||
|
|
Loading…
Reference in a new issue