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