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"
|
"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": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"catppuccin-vsc": "catppuccin-vsc",
|
"catppuccin-vsc": "catppuccin-vsc",
|
||||||
|
@ -508,6 +531,7 @@
|
||||||
"nix-vscode-extensions": "nix-vscode-extensions",
|
"nix-vscode-extensions": "nix-vscode-extensions",
|
||||||
"nixpkgs": "nixpkgs_3",
|
"nixpkgs": "nixpkgs_3",
|
||||||
"nixvim": "nixvim",
|
"nixvim": "nixvim",
|
||||||
|
"plasma-manager": "plasma-manager",
|
||||||
"zen-browser": "zen-browser"
|
"zen-browser": "zen-browser"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
imports = [ <plasma-manager/modules> ];
|
|
||||||
programs.plasma = {
|
programs.plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
workspace = {
|
workspace = {
|
||||||
|
@ -34,7 +33,7 @@
|
||||||
panels = [{
|
panels = [{
|
||||||
location = "bottom";
|
location = "bottom";
|
||||||
screen = "all";
|
screen = "all";
|
||||||
wigets = [
|
widgets = [
|
||||||
{
|
{
|
||||||
kickoff = {
|
kickoff = {
|
||||||
sortAlphabetically = true;
|
sortAlphabetically = true;
|
||||||
|
@ -79,7 +78,7 @@
|
||||||
captureActiveWindow = [ ];
|
captureActiveWindow = [ ];
|
||||||
captureCurrentMonitor = [ ];
|
captureCurrentMonitor = [ ];
|
||||||
captureEntireDesktop = [ ];
|
captureEntireDesktop = [ ];
|
||||||
captureRetangularRegion = [ ];
|
captureRectangularRegion = [ ];
|
||||||
captureWindowUnderCursor = [ ];
|
captureWindowUnderCursor = [ ];
|
||||||
launch = [ ];
|
launch = [ ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue