Flake: update plasma-manager

This commit is contained in:
Toast 2024-09-16 09:31:22 +02:00
parent 32598541f3
commit 2d911bc591
4 changed files with 9 additions and 10 deletions

11
flake.lock generated
View file

@ -535,16 +535,15 @@
]
},
"locked": {
"lastModified": 1722166680,
"narHash": "sha256-K0p0zAFS+h27yczx3x/J1owUm/oGKz0E9+aPtkSbWZc=",
"owner": "toast003",
"lastModified": 1725914634,
"narHash": "sha256-U74hu15xSb6JNySMOwyJrsh4uk1DVa182bdHLeHdYMc=",
"owner": "nix-community",
"repo": "plasma-manager",
"rev": "72da6a5ed6bd3dd05a5cf4b88504717c2430a476",
"rev": "60becd0e994e25b372c8d0500fc944396f6c1085",
"type": "github"
},
"original": {
"owner": "toast003",
"ref": "libinput",
"owner": "nix-community",
"repo": "plasma-manager",
"type": "github"
}

View file

@ -51,7 +51,7 @@
};
plasma-manager = {
url = "github:toast003/plasma-manager/libinput";
url = "github:nix-community/plasma-manager/";
inputs.nixpkgs.follows = "nixpkgs-unstable-raw";
inputs.home-manager.follows = "home-manager-unstable";
};

View file

@ -114,7 +114,7 @@
settings.X-KDE-RunOnDiscreteGpu = "true";
};
};
programs.plasma.input.keyboard.layouts = lib.mkForce ["us" "es"];
programs.plasma.input.keyboard.layouts = lib.mkForce [{layout = "us";} {layout = "es";}];
}
];

View file

@ -94,7 +94,7 @@ in {
enable = true;
workspace = {
clickItemTo = "select";
cursorTheme = "Breeze_Light";
cursor.theme = "Breeze_Light";
iconTheme = "breeze-dark";
lookAndFeel = "Catppuccin-Mocha-Mauve";
theme = "default";
@ -112,7 +112,7 @@ in {
};
input = {
keyboard = {
layouts = ["es"];
layouts = [{layout = "es";}];
numlockOnStartup = "off";
};
};