Compare commits
1 commit
d325715e33
...
c8876ff7a1
| Author | SHA1 | Date | |
|---|---|---|---|
| c8876ff7a1 |
1 changed files with 14 additions and 13 deletions
|
|
@ -18,10 +18,24 @@ in {
|
|||
keyboard.type = "us";
|
||||
keyboard.variant = "dvorak";
|
||||
|
||||
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;
|
||||
};
|
||||
|
||||
packages = with pkgs; [
|
||||
# social
|
||||
jitsi-meet-electron # jitsi as a stand-alone app
|
||||
discord # talk to other people
|
||||
#inputs.simplex-chat.packages."x86_64-linux"."exe:simplex-chat"
|
||||
|
||||
# editing
|
||||
|
||||
# system tools
|
||||
uhk-agent # my keyboard
|
||||
|
|
@ -36,24 +50,11 @@ 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;
|
||||
sshKeys = [ "9027AB16B9A7C20BD29F30F55CBA054430BF014C" ];
|
||||
};
|
||||
|
||||
services.autorandr = { enable = true; };
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue