Update main branch #1

Merged
jakalx merged 120 commits from develop into main 2024-02-05 21:51:32 +01:00
Showing only changes of commit 79ac67ecc5 - Show all commits

View file

@ -19,9 +19,6 @@ in {
keyboard.variant = "dvorak";
packages = with pkgs; [
alacritty # fast terminal
firefox # the browser with the fox
# social
jitsi-meet-electron # jitsi as a stand-alone app
discord # talk to other people
@ -42,6 +39,17 @@ in {
];
};
programs = {
alacritty.enable = true;
autorandr.enable = true;
feh.enable = true;
firefox.enable = true;
mpv.enable = true;
rofi.enable = true;
rofi.pass.enable = true;
zathura.enable = true;
};
services.gpg-agent = {
enable = true;
enableSshSupport = true;