chore: format code with alejandra
This commit is contained in:
parent
5576fba883
commit
144c46a984
13 changed files with 164 additions and 131 deletions
|
|
@ -1,7 +1,6 @@
|
|||
let
|
||||
lock-command = "swaylock";
|
||||
in
|
||||
{
|
||||
in {
|
||||
wayland.windowManager.river = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
|
|
|
|||
|
|
@ -56,9 +56,9 @@
|
|||
];
|
||||
"river/tags" = {
|
||||
num-tags = 10;
|
||||
tag-labels = [ "1" "2" "3" "4" "5" "6" "7" "8" "9" "0" ];
|
||||
set-tags = [ 1 2 4 8 16 32 64 128 256 512 ];
|
||||
toogle-tags = [ 1 2 4 8 16 32 64 128 256 512 ];
|
||||
tag-labels = ["1" "2" "3" "4" "5" "6" "7" "8" "9" "0"];
|
||||
set-tags = [1 2 4 8 16 32 64 128 256 512];
|
||||
toogle-tags = [1 2 4 8 16 32 64 128 256 512];
|
||||
};
|
||||
"mpris" = {
|
||||
interval = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue