Compare commits
2 commits
d898335016
...
5c8bdec1cb
Author | SHA1 | Date | |
---|---|---|---|
5c8bdec1cb | |||
a85564c0ec |
2 changed files with 26 additions and 3 deletions
24
flake.lock
generated
24
flake.lock
generated
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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 = [ ];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue