mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +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.
|
||||
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.
|
||||
systemPackages = with pkgs; [
|
||||
bandwhich
|
||||
|
|
Loading…
Reference in a new issue