all repos — nixfiles @ 237cc5fc8868e2fa477c91432be4497ece1413e2

System and user configuration, managed by nix and home-manager

cleanup

Alan Pearce
commit

237cc5fc8868e2fa477c91432be4497ece1413e2

parent

fcd7d23da37be868dfaaa8273ed2d5a0bb5dafec

2 files changed, 1 insertion(+), 2 deletions(-)

jump to
M system/prefect.nixsystem/prefect.nix
@@ -10,7 +10,6 @@ ./settings/configuration/nix-linux.nix
./settings/configuration/user.nix ./settings/hardware/audio.nix ./settings/hardware/bare-metal.nix - ./settings/hardware/personal-computer.nix ./settings/hardware/mouse.nix ./settings/hardware/systemd-boot.nix ./settings/hardware/nvidia-gpu.nix
M system/settings/programs/kde.nixsystem/settings/programs/kde.nix
@@ -3,7 +3,7 @@ , lib
, pkgs , ... }: -with lib; { +{ services = { desktopManager = { plasma6.enable = true;