Compare commits
No commits in common. "760a3d3b2a9e8916c5f23cb17704cc4e223a0ad8" and "56442c00ddb35c9ba472ad110725d520d711b01e" have entirely different histories.
760a3d3b2a
...
56442c00dd
4 changed files with 13 additions and 15 deletions
13
flake.lock
generated
13
flake.lock
generated
|
|
@ -353,16 +353,15 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1714390161,
|
"lastModified": 1712484920,
|
||||||
"narHash": "sha256-hWPGLUGNr7IR2FT4xS0VlhTW3S6xpw0hU3LJJC3CaKo=",
|
"narHash": "sha256-wNwv12U/QYYgZanycZ32A41cEDa2zPwYuMKK6AJYNJk=",
|
||||||
"owner": "toast003",
|
"owner": "pjones",
|
||||||
"repo": "plasma-manager",
|
"repo": "plasma-manager",
|
||||||
"rev": "d9754f6f5dcf96969ad40496326213d5344846e5",
|
"rev": "4b127a5ede004f5c6d7c41938c2986b599dc0bf3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "toast003",
|
"owner": "pjones",
|
||||||
"ref": "libinput",
|
|
||||||
"repo": "plasma-manager",
|
"repo": "plasma-manager",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
@ -459,4 +458,4 @@
|
||||||
},
|
},
|
||||||
"root": "root",
|
"root": "root",
|
||||||
"version": 7
|
"version": 7
|
||||||
}
|
}
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
plasma-manager = {
|
plasma-manager = {
|
||||||
url = "github:toast003/plasma-manager/libinput";
|
url = "github:pjones/plasma-manager";
|
||||||
inputs.nixpkgs.follows = "nixpkgs-unstable-raw";
|
inputs.nixpkgs.follows = "nixpkgs-unstable-raw";
|
||||||
inputs.home-manager.follows = "home-manager-unstable";
|
inputs.home-manager.follows = "home-manager-unstable";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,6 @@
|
||||||
comment = "Application for managing and playing games on Steam";
|
comment = "Application for managing and playing games on Steam";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.plasma.input.keyboard.layouts = lib.mkForce ["us"];
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -108,6 +108,12 @@ in {
|
||||||
];
|
];
|
||||||
programs.plasma = {
|
programs.plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
overrideConfig = true;
|
||||||
|
# Delete config files that I fully configure here
|
||||||
|
overrideConfigFiles = [
|
||||||
|
"plasmashellrc"
|
||||||
|
"plasma-org.kde.plasma.desktop-appletsrc"
|
||||||
|
];
|
||||||
workspace = {
|
workspace = {
|
||||||
clickItemTo = "select";
|
clickItemTo = "select";
|
||||||
cursorTheme = "Breeze_Snow";
|
cursorTheme = "Breeze_Snow";
|
||||||
|
|
@ -126,12 +132,6 @@ in {
|
||||||
number = 2;
|
number = 2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
input = {
|
|
||||||
keyboard = {
|
|
||||||
layouts = ["es"];
|
|
||||||
numlockOnStartup = "off";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
panels = [
|
panels = [
|
||||||
{
|
{
|
||||||
location = "bottom";
|
location = "bottom";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue