Update main branch #1
1 changed files with 11 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue