summary refs log tree commit diff stats
path: root/system/settings
diff options
context:
space:
mode:
authorAlan Pearce2024-05-18 21:02:44 +0200
committerAlan Pearce2024-05-18 21:02:44 +0200
commit237cc5fc8868e2fa477c91432be4497ece1413e2 (patch)
tree815f897d33b6410d4c7c8f3bf13d26eb6202030d /system/settings
parentfcd7d23da37be868dfaaa8273ed2d5a0bb5dafec (diff)
downloadnixfiles-237cc5fc8868e2fa477c91432be4497ece1413e2.tar.lz
nixfiles-237cc5fc8868e2fa477c91432be4497ece1413e2.tar.zst
nixfiles-237cc5fc8868e2fa477c91432be4497ece1413e2.zip
cleanup
Diffstat (limited to 'system/settings')
-rw-r--r--system/settings/programs/kde.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/programs/kde.nix b/system/settings/programs/kde.nix
index 0e188ca1..1cf3c917 100644
--- a/system/settings/programs/kde.nix
+++ b/system/settings/programs/kde.nix
@@ -3,7 +3,7 @@
 , pkgs
 , ...
 }:
-with lib; {
+{
   services = {
     desktopManager = {
       plasma6.enable = true;