Compare commits

..

No commits in common. "07a6157a62b89bc10264d81df13047a2d5d1106f" and "47ce9b207f1cc6fb5734978fcbe945d412667cb8" have entirely different histories.

3 changed files with 12 additions and 13 deletions

View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1719180626, "lastModified": 1717525419,
"narHash": "sha256-vZAzm5KQpR6RGple1dzmSJw5kPivES2heCFM+ZWkt0I=", "narHash": "sha256-5z2422pzWnPXHgq2ms8lcCfttM0dz+hg+x1pCcNkAws=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "6b1f90a8ff92e81638ae6eb48cd62349c3e387bb", "rev": "a7117efb3725e6197dd95424136f79147aa35e5b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1719254875, "lastModified": 1717602782,
"narHash": "sha256-ECni+IkwXjusHsm9Sexdtq8weAq/yUyt1TWIemXt3Ko=", "narHash": "sha256-pL9jeus5QpX5R+9rsp3hhZ+uplVHscNJh8n8VpqscM0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2893f56de08021cffd9b6b6dfc70fd9ccd51eb60", "rev": "e8057b67ebf307f01bdcc8fba94d94f75039d1f6",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -115,7 +115,6 @@ 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

View file

@ -80,11 +80,11 @@ in {
icon-size = 20; icon-size = 20;
spacing = 5; spacing = 5;
}; };
"sway/language" = { # "sway/language" = {
format = "{shortDescription}"; # format = "eriuu";
tooltip-format = "{long}"; # tooltip-format = "boofer";
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: 30px; min-width: 25px;
} }
'' + ""; '' + "";
} }