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