mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-02-22 06:13:57 +01:00
added zip utils & fixed audio
This commit is contained in:
parent
cf80eff840
commit
7ca03bacd4
|
@ -2,7 +2,14 @@
|
|||
"layer": "top",
|
||||
"modules-left": ["custom/launcher", "sway/workspaces", "sway/mode"],
|
||||
"modules-center": [],
|
||||
"modules-right": ["tray", "bluetooth", "network", "clock", "privacy"],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"bluetooth",
|
||||
"network",
|
||||
"wireplumber",
|
||||
"clock",
|
||||
"privacy"
|
||||
],
|
||||
"clock": {
|
||||
"format-alt": "{:%a, %d. %b %H:%M}"
|
||||
},
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
pkgs.thunderbird-bin
|
||||
pkgs.feh
|
||||
pkgs.waybar
|
||||
pkgs.p7zip
|
||||
|
||||
pkgs.playerctl
|
||||
pkgs.wf-recorder
|
||||
|
@ -182,7 +183,7 @@
|
|||
latitude = 49.0;
|
||||
longitude = 8.4;
|
||||
};
|
||||
|
||||
/*
|
||||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
|
@ -194,7 +195,7 @@
|
|||
"application/pdf" = "org.pwmt.zathura-pdf-mupdf.desktop";
|
||||
};
|
||||
};
|
||||
|
||||
*/
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
server.enable = true;
|
||||
|
|
Loading…
Reference in a new issue