Merge remote-tracking branch 'origin/sway' into sway
This commit is contained in:
commit
98185f4e4e
3 changed files with 8 additions and 1 deletions
|
|
@ -186,8 +186,9 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
"clock" = {
|
"clock" = {
|
||||||
format = "{:%a %d %b %H:%M}";
|
format = "{:%a %d %b %H:%M:%S}";
|
||||||
tooltip-format = "<big>{:%Y %B}</big>\n<tt>{calendar}</tt>";
|
tooltip-format = "<big>{:%Y %B}</big>\n<tt>{calendar}</tt>";
|
||||||
|
interval = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
"cpu" = {
|
"cpu" = {
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,11 @@
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# this is to avoid some problem that happens apparently only when fish is
|
||||||
|
# enabled, where generating man cahes takes a very long time. note that it may
|
||||||
|
# break fish man completion and apropos.
|
||||||
|
documentation.man.generateCaches = false;
|
||||||
|
|
||||||
# enable a 1GB swap file
|
# enable a 1GB swap file
|
||||||
swapDevices = [{
|
swapDevices = [{
|
||||||
device = "/swapfile";
|
device = "/swapfile";
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
signal-desktop
|
signal-desktop
|
||||||
spotify
|
spotify
|
||||||
|
gemini-cli
|
||||||
|
|
||||||
(symlinkJoin {
|
(symlinkJoin {
|
||||||
name = "darktable";
|
name = "darktable";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue