removed bloat from laptop :-D

This commit is contained in:
Geir Okkenhaug Jerstad 2024-08-26 19:52:18 +02:00
parent 68c31b7de4
commit 243ce50e47

View file

@ -11,11 +11,11 @@
./tty.nix ./tty.nix
./aliases.nix ./aliases.nix
./fonts.nix ./fonts.nix
./k8s.nix #./k8s.nix
./tail.nix ./tail.nix
./podman.nix ./podman.nix
./incus.nix #./incus.nix
./libvirt.nix #./libvirt.nix
]; ];
# Bootloader. # Bootloader.
@ -54,8 +54,8 @@
services.xserver.enable = true; services.xserver.enable = true;
services.xserver.videoDrivers = [ "amdgpu" ]; services.xserver.videoDrivers = [ "amdgpu" ];
programs.steam.enable = true; #programs.steam.enable = true;
services.desktopManager.plasma6.enable = true; #services.desktopManager.plasma6.enable = true;
# Configure keymap in X11 # Configure keymap in X11
services.xserver = { services.xserver = {
@ -112,9 +112,9 @@
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" ];
shell = pkgs.zsh; shell = pkgs.zsh;
packages = with pkgs; [ packages = with pkgs; [
discord teamviewer evince koodo-reader distrobox discord evince koodo-reader
# Browsers # Browsers
firefox chromium firefox
# Monitoring tools # Monitoring tools
htop glances bottom fwupd htop glances bottom fwupd
# shells & terminals # shells & terminals
@ -126,19 +126,16 @@
# Editors & command line text utils # Editors & command line text utils
hyfetch hyfetch
mc mc
neovim zed-editor neovim
poppler_utils poppler_utils
emacs emacs
emacsPackages.vterm emacsPackages.vterm
libvterm libtool libvterm libtool
magic-wormhole
protonvpn-gui protonvpn-gui
ytfzf ytfzf
nix-direnv nix-direnv
# #
mpv mpv
# DevSecOps
virt-manager
# Audio tools # Audio tools
ncpamixer ncpamixer
# blog # blog
@ -182,7 +179,6 @@
hugo hugo
# git # git
gh gh
vscode
]; ];
# Open ports in the firewall. # Open ports in the firewall.