Compare commits
5 commits
6246cb921a
...
2bb49a4006
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2bb49a4006 | ||
|
|
a70a24302a | ||
|
|
07a6157a62 | ||
|
|
cd17e3a297 | ||
|
|
5c5e381c8d |
12
flake.lock
12
flake.lock
|
|
@ -7,11 +7,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1717525419,
|
"lastModified": 1719180626,
|
||||||
"narHash": "sha256-5z2422pzWnPXHgq2ms8lcCfttM0dz+hg+x1pCcNkAws=",
|
"narHash": "sha256-vZAzm5KQpR6RGple1dzmSJw5kPivES2heCFM+ZWkt0I=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "a7117efb3725e6197dd95424136f79147aa35e5b",
|
"rev": "6b1f90a8ff92e81638ae6eb48cd62349c3e387bb",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -22,11 +22,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1717602782,
|
"lastModified": 1719254875,
|
||||||
"narHash": "sha256-pL9jeus5QpX5R+9rsp3hhZ+uplVHscNJh8n8VpqscM0=",
|
"narHash": "sha256-ECni+IkwXjusHsm9Sexdtq8weAq/yUyt1TWIemXt3Ko=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "e8057b67ebf307f01bdcc8fba94d94f75039d1f6",
|
"rev": "2893f56de08021cffd9b6b6dfc70fd9ccd51eb60",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -115,6 +115,7 @@ in {
|
||||||
zulip
|
zulip
|
||||||
filezilla
|
filezilla
|
||||||
bitwarden
|
bitwarden
|
||||||
|
gwenview
|
||||||
] ++ # Personalized selection of graphical apps
|
] ++ # Personalized selection of graphical apps
|
||||||
[ mons shticker-book-unwritten ] ++ # Games
|
[ mons shticker-book-unwritten ] ++ # Games
|
||||||
[ swaybg bemenu j4-dmenu-desktop ] ++ # Sway- and Wayland-related packages
|
[ swaybg bemenu j4-dmenu-desktop ] ++ # Sway- and Wayland-related packages
|
||||||
|
|
|
||||||
|
|
@ -80,11 +80,11 @@ in {
|
||||||
icon-size = 20;
|
icon-size = 20;
|
||||||
spacing = 5;
|
spacing = 5;
|
||||||
};
|
};
|
||||||
# "sway/language" = {
|
"sway/language" = {
|
||||||
# format = "eriuu";
|
format = "{shortDescription}";
|
||||||
# tooltip-format = "boofer";
|
tooltip-format = "{long}";
|
||||||
# on-click = ''swaymsg input "*" xkb_switch_layout next'';
|
on-click = ''swaymsg input "*" xkb_switch_layout next'';
|
||||||
# };
|
};
|
||||||
clock = {
|
clock = {
|
||||||
interval = 1;
|
interval = 1;
|
||||||
format = "<span size='10pt' font='Red Hat Mono'>{:L%H:%M:%S %a %F}</span>";
|
format = "<span size='10pt' font='Red Hat Mono'>{:L%H:%M:%S %a %F}</span>";
|
||||||
|
|
@ -136,7 +136,7 @@ in {
|
||||||
}
|
}
|
||||||
'' + ''
|
'' + ''
|
||||||
#language {
|
#language {
|
||||||
min-width: 25px;
|
min-width: 30px;
|
||||||
}
|
}
|
||||||
'' + "";
|
'' + "";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue