dacbert: remove office gnome things

This commit is contained in:
Sandro - 2022-09-29 01:29:09 +02:00
parent 7f00933c5f
commit 759ca2fae3
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 37 additions and 20 deletions

View File

@ -80,28 +80,45 @@
'';
daemonCPUSchedPolicy = "idle";
daemonIOSchedClass = "idle";
settings.system-features = [];
};
environment.systemPackages = with pkgs; [
libraspberrypi
raspberrypi-eeprom
vim
wget
libva-utils
mpv
vlc
yt-dlp
ncpamixer
pulseaudio # required for pactl
chromium
firefox
pavucontrol
glxinfo
# tracer-game
bevy_julia
bevy_mandelbrot
allcolors
];
environment = {
gnome.excludePackages = with pkgs.gnome; [
baobab
cheese
epiphany
gnome-calendar
gnome-contacts
gnome-maps
gnome-music
pkgs.gnome-photos
gnome-weather
simple-scan
totem
yelp
];
systemPackages = with pkgs; [
libraspberrypi
raspberrypi-eeprom
vim
wget
libva-utils
mpv
vlc
yt-dlp
ncpamixer
pulseaudio # required for pactl
chromium
firefox
pavucontrol
glxinfo
# tracer-game
bevy_julia
bevy_mandelbrot
allcolors
];
};
programs.tmux.enable = true;