Gnome improvements (remove bloatware, change apps)
This commit is contained in:
parent
850d25a9ee
commit
d427dbc4d6
4 changed files with 189 additions and 75 deletions
|
@ -1,15 +1,40 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs.gnomeExtensions; [
|
||||
caffeine
|
||||
open-bar
|
||||
pop-shell
|
||||
appindicator
|
||||
blur-my-shell
|
||||
just-perfection
|
||||
burn-my-windows
|
||||
fullscreen-avoider
|
||||
compiz-windows-effect
|
||||
rounded-window-corners-reborn
|
||||
brightness-control-using-ddcutil
|
||||
];
|
||||
programs.nautilus-open-any-terminal = {
|
||||
enable = true;
|
||||
terminal = "ptyxis";
|
||||
};
|
||||
|
||||
environment = {
|
||||
systemPackages = with pkgs.gnomeExtensions; [
|
||||
caffeine
|
||||
open-bar
|
||||
pop-shell
|
||||
appindicator
|
||||
blur-my-shell
|
||||
just-perfection
|
||||
burn-my-windows
|
||||
fullscreen-avoider
|
||||
compiz-windows-effect
|
||||
rounded-window-corners-reborn
|
||||
brightness-control-using-ddcutil
|
||||
];
|
||||
|
||||
gnome.excludePackages = with pkgs; [
|
||||
yelp
|
||||
totem
|
||||
xterm
|
||||
evince
|
||||
snapshot
|
||||
epiphany
|
||||
gnome-logs
|
||||
gnome-tour
|
||||
gnome-music
|
||||
gnome-console
|
||||
gnome-calendar
|
||||
gnome-software
|
||||
gnome-characters
|
||||
gnome-text-editor
|
||||
gnome-system-monitor
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -4,12 +4,15 @@
|
|||
...
|
||||
}: {
|
||||
programs.gamemode.enable = true;
|
||||
|
||||
services.xserver.excludePackages = [pkgs.xterm];
|
||||
environment.systemPackages = with pkgs; [
|
||||
fd
|
||||
tldr
|
||||
tuba
|
||||
gimp
|
||||
dart
|
||||
ptyxis
|
||||
heroic
|
||||
aspell
|
||||
muzika
|
||||
|
@ -20,6 +23,7 @@
|
|||
inkscape
|
||||
r2modman
|
||||
pciutils
|
||||
resources
|
||||
alejandra
|
||||
nodejs_22
|
||||
impression
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
{
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa = {
|
||||
services = {
|
||||
pulseaudio.enable = false;
|
||||
pipewire = {
|
||||
enable = true;
|
||||
support32Bit = true;
|
||||
alsa = {
|
||||
enable = true;
|
||||
support32Bit = true;
|
||||
};
|
||||
pulse.enable = true;
|
||||
lowLatency.enable = true;
|
||||
};
|
||||
pulse.enable = true;
|
||||
lowLatency.enable = true;
|
||||
};
|
||||
hardware.pulseaudio.enable = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue