removed some programs better suited for flatpak
This commit is contained in:
parent
477924f969
commit
57e90d0515
|
@ -135,8 +135,8 @@
|
||||||
extraGroups = [ "networkmanager" "wheel" "libvirt" ];
|
extraGroups = [ "networkmanager" "wheel" "libvirt" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
teams-for-linux firefox ncpamixer starship discord fastfetch
|
firefox ncpamixer starship fastfetch
|
||||||
emacsPackages.vterm zed-editor heroic virt-manager
|
emacsPackages.vterm virt-manager
|
||||||
chromium pavucontrol gnome-tweaks beauty-line-icon-theme
|
chromium pavucontrol gnome-tweaks beauty-line-icon-theme
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -151,7 +151,7 @@
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
foot kitty terminator
|
kitty terminator
|
||||||
dbus
|
dbus
|
||||||
greetd.tuigreet
|
greetd.tuigreet
|
||||||
wayland
|
wayland
|
||||||
|
@ -161,18 +161,13 @@
|
||||||
# Sway
|
# Sway
|
||||||
swaylock swayidle swaybg waybar fuzzel gammastep mako
|
swaylock swayidle swaybg waybar fuzzel gammastep mako
|
||||||
neovim emacs
|
neovim emacs
|
||||||
|
glances inxi htop bottom
|
||||||
neofetch glances inxi htop bottom
|
|
||||||
wget curl
|
wget curl
|
||||||
git
|
git
|
||||||
mc eza du-dust ripgrep
|
mc eza du-dust ripgrep
|
||||||
nix-direnv
|
nix-direnv
|
||||||
distrobox
|
distrobox
|
||||||
|
|
||||||
# OBS-studio
|
|
||||||
obs-studio
|
|
||||||
obs-studio-plugins.wlrobs
|
|
||||||
obs-studio-plugins.obs-vaapi
|
|
||||||
|
|
||||||
# Languages
|
# Languages
|
||||||
zig
|
zig
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
podman-tui
|
podman-tui
|
||||||
podman-compose
|
podman-compose
|
||||||
podman-desktop
|
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue