Преглед на файлове

Got dark mode working for dolphin, now I could switch

Johan Rong преди 6 месеца
родител
ревизия
9847303664
променени са 4 файла, в които са добавени 33 реда и са изтрити 3 реда
  1. 1 1
      flake.nix
  2. 31 0
      home/features/application/files.nix
  3. 1 1
      home/features/application/sway/default.nix
  4. 0 1
      nixos/flavors/desktop/sway/default.nix

+ 1 - 1
flake.nix

@@ -1,5 +1,5 @@
 {
-  description = "Nix Dotsfiles with flake";
+  description = "Nix Dotfiles with flake";
 
   inputs = {
     nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";

+ 31 - 0
home/features/application/files.nix

@@ -30,6 +30,37 @@
           }
         '';
       };
+      kdeglobals = {
+        target = ".config/kdeglobals";
+        text = ''
+          [UiSettings]
+          ColorScheme=BreezeDark
+
+          [KDE]
+          ShowDeleteCommand=false
+
+          [KFileDialog Settings]
+          Allow Expansion=false
+          Automatically select filename extension=true
+          Breadcrumb Navigation=true
+          Decoration position=2
+          Show Full Path=false
+          Show Inline Previews=true
+          Show Preview=false
+          Show Speedbar=true
+          Show hidden files=false
+          Sort by=Name
+          Sort directories first=true
+          Sort hidden files last=false
+          Sort reversed=false
+          Speedbar Width=144
+          View Style=Simple
+
+          [PreviewSettings]
+          EnableRemoteFolderThumbnail=false
+          MaximumRemoteSize=0
+        '';
+      };
     };
   };
 }

+ 1 - 1
home/features/application/sway/default.nix

@@ -149,7 +149,7 @@ in
 
           # Applications
           "${super}+q" = "exec firefox";
-          "${super}+e" = "exec nemo";
+          "${super}+e" = "exec dolphin";
           "${super}+s" = "exec spotify";
           "${super}+d" = "exec discord";
 

+ 0 - 1
nixos/flavors/desktop/sway/default.nix

@@ -11,7 +11,6 @@
     hyprpicker
     flameshot
     nomacs
-    nemo
     gammastep
     geoclue2
   ];