dustbowl: Move more programs from user profile to environment
This commit is contained in:
parent
f501bbefdc
commit
94b7c55fbc
1 changed files with 6 additions and 7 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue