Compare commits
No commits in common. "5c8bdec1cb9d69a99441a53592cf1507b735b58d" and "d89833501660ba5f35b703550797dc730762bf6a" have entirely different histories.
5c8bdec1cb
...
d898335016
2 changed files with 3 additions and 26 deletions
24
flake.lock
generated
24
flake.lock
generated
|
@ -499,29 +499,6 @@
|
||||||
"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",
|
||||||
|
@ -531,7 +508,6 @@
|
||||||
"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,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
imports = [ <plasma-manager/modules> ];
|
||||||
programs.plasma = {
|
programs.plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
workspace = {
|
workspace = {
|
||||||
|
@ -33,7 +34,7 @@
|
||||||
panels = [{
|
panels = [{
|
||||||
location = "bottom";
|
location = "bottom";
|
||||||
screen = "all";
|
screen = "all";
|
||||||
widgets = [
|
wigets = [
|
||||||
{
|
{
|
||||||
kickoff = {
|
kickoff = {
|
||||||
sortAlphabetically = true;
|
sortAlphabetically = true;
|
||||||
|
@ -78,7 +79,7 @@
|
||||||
captureActiveWindow = [ ];
|
captureActiveWindow = [ ];
|
||||||
captureCurrentMonitor = [ ];
|
captureCurrentMonitor = [ ];
|
||||||
captureEntireDesktop = [ ];
|
captureEntireDesktop = [ ];
|
||||||
captureRectangularRegion = [ ];
|
captureRetangularRegion = [ ];
|
||||||
captureWindowUnderCursor = [ ];
|
captureWindowUnderCursor = [ ];
|
||||||
launch = [ ];
|
launch = [ ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue