other minor changes

This commit is contained in:
insects 2024-08-13 14:55:51 +02:00
parent 0c58e9cc82
commit e9cac74224
2 changed files with 9 additions and 0 deletions

View file

@ -7,11 +7,15 @@
./mako.nix ./mako.nix
./wofi.nix ./wofi.nix
./waybar.nix ./waybar.nix
./vscode.nix
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
wf-recorder wf-recorder
wl-clipboard wl-clipboard
gnome-keyring
vesktop
xdg-utils
]; ];
home.sessionVariables = { home.sessionVariables = {
MOZ_ENABLE_WAYLAND = 1; MOZ_ENABLE_WAYLAND = 1;

View file

@ -0,0 +1,5 @@
{ ... }: {
programs.vscode = {
enable = true;
};
}