removed some programs better suited for flatpak

This commit is contained in:
Geir Okkenhaug Jerstad 2024-11-13 15:37:59 +01:00
parent 477924f969
commit 57e90d0515
2 changed files with 4 additions and 10 deletions

View file

@ -135,8 +135,8 @@
extraGroups = [ "networkmanager" "wheel" "libvirt" ];
shell = pkgs.zsh;
packages = with pkgs; [
teams-for-linux firefox ncpamixer starship discord fastfetch
emacsPackages.vterm zed-editor heroic virt-manager
firefox ncpamixer starship fastfetch
emacsPackages.vterm virt-manager
chromium pavucontrol gnome-tweaks beauty-line-icon-theme
];
};
@ -151,7 +151,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
foot kitty terminator
kitty terminator
dbus
greetd.tuigreet
wayland
@ -161,18 +161,13 @@
# Sway
swaylock swayidle swaybg waybar fuzzel gammastep mako
neovim emacs
neofetch glances inxi htop bottom
glances inxi htop bottom
wget curl
git
mc eza du-dust ripgrep
nix-direnv
distrobox
# OBS-studio
obs-studio
obs-studio-plugins.wlrobs
obs-studio-plugins.obs-vaapi
# Languages
zig

View file

@ -8,7 +8,6 @@
environment.systemPackages = with pkgs; [
podman-tui
podman-compose
podman-desktop
];
}