64 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 *

This commit is contained in:
Max Känner 2024-03-03 23:26:30 +01:00
parent 79f2f1b643
commit 628f2208fd
2 changed files with 5 additions and 0 deletions

View File

@ -114,6 +114,10 @@
ffmpeg
];
fonts.fonts = with pkgs; [
nerdfonts
];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;

View File

@ -119,6 +119,7 @@
};
bars = [];
menu = "${pkgs.tofi}/bin/tofi-drun | ${pkgs.findutils}/bin/xargs swaymsg exec --";
fonts = ["FiraCode Nerd Font"];
startup = [
{command = "${pkgs.keepassxc}/bin/keepassxc";}
{command = "${pkgs.waybar}/bin/waybar";}