feat: Split programs from configuration.nix to others
This commit is contained in:
@@ -21,13 +21,6 @@
|
||||
# withUWSM = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
nix-ld = {
|
||||
enable = true;
|
||||
libraries = with pkgs; [
|
||||
libglvnd
|
||||
];
|
||||
};
|
||||
gnome-disks.enable = true;
|
||||
};
|
||||
|
||||
systemd.services.NetworkManager-wait-online.enable = lib.mkForce false;
|
||||
|
||||
Reference in New Issue
Block a user