Compare commits

...

3 commits

Author SHA1 Message Date
760a3d3b2a Kde/plasma: don't override config 2024-04-29 13:45:32 +02:00
f02f907932 Flake: update plasma-manager 2024-04-29 13:45:20 +02:00
5e271ae4a5 Revert "Revert switching to my branch of plasma manager"
This reverts commit 8699442aba.
2024-04-29 13:33:30 +02:00
4 changed files with 15 additions and 13 deletions

11
flake.lock generated
View file

@ -353,15 +353,16 @@
]
},
"locked": {
"lastModified": 1712484920,
"narHash": "sha256-wNwv12U/QYYgZanycZ32A41cEDa2zPwYuMKK6AJYNJk=",
"owner": "pjones",
"lastModified": 1714390161,
"narHash": "sha256-hWPGLUGNr7IR2FT4xS0VlhTW3S6xpw0hU3LJJC3CaKo=",
"owner": "toast003",
"repo": "plasma-manager",
"rev": "4b127a5ede004f5c6d7c41938c2986b599dc0bf3",
"rev": "d9754f6f5dcf96969ad40496326213d5344846e5",
"type": "github"
},
"original": {
"owner": "pjones",
"owner": "toast003",
"ref": "libinput",
"repo": "plasma-manager",
"type": "github"
}

View file

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

View file

@ -114,6 +114,7 @@
comment = "Application for managing and playing games on Steam";
};
};
programs.plasma.input.keyboard.layouts = lib.mkForce ["us"];
}
];

View file

@ -108,12 +108,6 @@ in {
];
programs.plasma = {
enable = true;
overrideConfig = true;
# Delete config files that I fully configure here
overrideConfigFiles = [
"plasmashellrc"
"plasma-org.kde.plasma.desktop-appletsrc"
];
workspace = {
clickItemTo = "select";
cursorTheme = "Breeze_Snow";
@ -132,6 +126,12 @@ in {
number = 2;
};
};
input = {
keyboard = {
layouts = ["es"];
numlockOnStartup = "off";
};
};
panels = [
{
location = "bottom";