This commit is contained in:
Luj 2023-11-19 22:54:55 +01:00
parent 05914c96ca
commit e32c5a5545
Signed by: luj
GPG key ID: 6FC74C847011FD83
5 changed files with 502 additions and 7 deletions

View file

@ -9,6 +9,7 @@
luj.programs.git.enable = true;
luj.programs.gtk.enable = true;
luj.programs.kitty.enable = true;
luj.programs.emacs.enable = true;
luj.emails.enable = true;
programs.rofi = {
@ -30,6 +31,14 @@
xkb-options = [ ];
};
};
programs.obs-studio = {
enable = true;
plugins = with pkgs; [ obs-studio-plugins.obs-vkcapture ];
};
home.packages = with pkgs;
[
du-dust