Compare commits

...

2 commits

Author SHA1 Message Date
5c8bdec1cb
fixing some typos 2024-12-02 16:01:42 -05:00
a85564c0ec
update lockfile 2024-12-02 15:59:21 -05:00
2 changed files with 26 additions and 3 deletions

24
flake.lock generated
View file

@ -499,6 +499,29 @@
"type": "github"
}
},
"plasma-manager": {
"inputs": {
"home-manager": [
"home-manager"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1733005589,
"narHash": "sha256-NAym0oWYwKgFuAif6Z7HacU6Su/SJNTW4wEYC5urSYU=",
"owner": "nix-community",
"repo": "plasma-manager",
"rev": "88ca377ff58b5c30a2879745829842554d4b21d5",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "plasma-manager",
"type": "github"
}
},
"root": {
"inputs": {
"catppuccin-vsc": "catppuccin-vsc",
@ -508,6 +531,7 @@
"nix-vscode-extensions": "nix-vscode-extensions",
"nixpkgs": "nixpkgs_3",
"nixvim": "nixvim",
"plasma-manager": "plasma-manager",
"zen-browser": "zen-browser"
}
},

View file

@ -1,5 +1,4 @@
{
imports = [ <plasma-manager/modules> ];
programs.plasma = {
enable = true;
workspace = {
@ -34,7 +33,7 @@
panels = [{
location = "bottom";
screen = "all";
wigets = [
widgets = [
{
kickoff = {
sortAlphabetically = true;
@ -79,7 +78,7 @@
captureActiveWindow = [ ];
captureCurrentMonitor = [ ];
captureEntireDesktop = [ ];
captureRetangularRegion = [ ];
captureRectangularRegion = [ ];
captureWindowUnderCursor = [ ];
launch = [ ];
};