dustbowl: Move more programs from user profile to environment

This commit is contained in:
joachimschmidt557 2023-01-06 10:11:36 +08:00
parent f501bbefdc
commit 94b7c55fbc
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -168,6 +168,7 @@
tig tig
croc croc
mullvad mullvad
jless
# GTK theme # GTK theme
gnome.adwaita-icon-theme gnome.adwaita-icon-theme
@ -181,6 +182,7 @@
xdg-utils xdg-utils
i3status i3status
wlr-randr wlr-randr
waypipe
# GUI software # GUI software
emacsPgtk emacsPgtk
@ -195,6 +197,10 @@
okular okular
ungoogled-chromium ungoogled-chromium
openrgb openrgb
obs-studio
tdesktop
signal-desktop
element-desktop
]; ];
# Use doas instead of sudo # Use doas instead of sudo
@ -237,13 +243,6 @@
# Steam # Steam
programs.steam.enable = true; programs.steam.enable = true;
nixpkgs.config.packageOverrides = pkgs: rec {
# Override firefox
firefox = pkgs.firefox.override {
forceWayland = true;
};
};
nixpkgs.overlays = [ emacs-overlay.overlay ]; nixpkgs.overlays = [ emacs-overlay.overlay ];
# Open ports in the firewall. # Open ports in the firewall.