dregil: Install some more ui tools
This commit is contained in:
parent
654cbbde52
commit
c8876ff7a1
1 changed files with 11 additions and 3 deletions
|
|
@ -18,10 +18,18 @@ in {
|
||||||
keyboard.type = "us";
|
keyboard.type = "us";
|
||||||
keyboard.variant = "dvorak";
|
keyboard.variant = "dvorak";
|
||||||
|
|
||||||
packages = with pkgs; [
|
programs = {
|
||||||
alacritty # fast terminal
|
alacritty.enable = true;
|
||||||
firefox # the browser with the fox
|
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
|
# social
|
||||||
jitsi-meet-electron # jitsi as a stand-alone app
|
jitsi-meet-electron # jitsi as a stand-alone app
|
||||||
discord # talk to other people
|
discord # talk to other people
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue