update flake.lock; sddm -> ly

This commit is contained in:
2026-06-06 12:29:04 +08:00
parent df37f04bdc
commit a3433735b7
9 changed files with 82 additions and 105 deletions
+1 -2
View File
@@ -2,7 +2,6 @@
config,
lib,
pkgs,
hostname,
...
}:
let
@@ -16,7 +15,7 @@ in
config = lib.mkIf cfg.enable {
my.hm.programs.zen-browser = {
enable = true;
nativeMessagingHosts = [ pkgs.firefoxpwa ];
nativeMessagingHosts = [ pkgs.master.firefoxpwa ];
policies = {
# find more options here: https://mozilla.github.io/policy-templates/
DisableAppUpdate = true;
+3 -1
View File
@@ -13,7 +13,9 @@ in
};
config = lib.mkIf cfg.enable {
my.hm.home.packages = [ pkgs.splayer ];
my.hm.home.packages = [
pkgs.master.splayer
];
my.persist.homeDirs = [
".config/SPlayer"
];
-13
View File
@@ -14,19 +14,6 @@ in
};
config = lib.mkIf cfg.enable {
catppuccin.sddm = {
enable = true;
font = "Jetbrains Mono";
fontSize = "18";
};
services.displayManager.sddm = {
package = pkgs.kdePackages.sddm;
settings.Theme = {
CursorTheme = "breeze-dark";
CursorSize = 24;
};
};
my.hm = {
stylix = {
enable = true;
+17
View File
@@ -114,6 +114,23 @@ Theme=Papirus-Dark
contrast=0
frameContrast=0.2
[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=154
View Style=DetailTree
[WM]
activeBackground=34,34,34
activeBlend=255,255,255
+4 -2
View File
@@ -20,9 +20,11 @@ in
package = pkg;
};
services.displayManager = {
sddm = {
ly = {
enable = true;
wayland.enable = true;
settings = {
animation = "matrix";
};
};
};