fix: remove listed packages that are already enabled
This commit is contained in:
parent
cbaa366f3d
commit
4bba217fd0
2 changed files with 2 additions and 16 deletions
|
|
@ -278,14 +278,13 @@
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
helix # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
|
||||||
wget
|
wget
|
||||||
vim
|
vim
|
||||||
docker
|
|
||||||
docker-compose
|
docker-compose
|
||||||
nh
|
nh
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.steam.enable = true;
|
||||||
programs.nix-index-database.comma.enable = true;
|
programs.nix-index-database.comma.enable = true;
|
||||||
|
|
||||||
environment.variables.EDITOR = "helix";
|
environment.variables.EDITOR = "helix";
|
||||||
|
|
|
||||||
15
home.nix
15
home.nix
|
|
@ -74,25 +74,17 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# CLI Tools
|
# CLI Tools
|
||||||
bat
|
bat
|
||||||
eza
|
|
||||||
ripgrep
|
ripgrep
|
||||||
tree
|
tree
|
||||||
wget
|
|
||||||
unzip
|
unzip
|
||||||
zoxide
|
|
||||||
direnv
|
|
||||||
# Development
|
# Development
|
||||||
git
|
|
||||||
gh
|
gh
|
||||||
tea
|
tea
|
||||||
jujutsu
|
|
||||||
helix
|
|
||||||
mkp224o
|
mkp224o
|
||||||
nixfmt
|
nixfmt
|
||||||
|
|
||||||
# Terminal
|
# Terminal
|
||||||
kitty
|
|
||||||
zellij
|
|
||||||
nerd-fonts.commit-mono
|
nerd-fonts.commit-mono
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|
||||||
|
|
@ -107,12 +99,10 @@
|
||||||
element-desktop
|
element-desktop
|
||||||
zulip
|
zulip
|
||||||
logseq
|
logseq
|
||||||
steam
|
|
||||||
prismlauncher
|
prismlauncher
|
||||||
nemo-with-extensions
|
nemo-with-extensions
|
||||||
font-manager
|
font-manager
|
||||||
antigravity-fhs
|
antigravity-fhs
|
||||||
appimage-run
|
|
||||||
butt
|
butt
|
||||||
|
|
||||||
# GNOME Extensions
|
# GNOME Extensions
|
||||||
|
|
@ -121,9 +111,6 @@
|
||||||
gnomeExtensions.system-monitor-next
|
gnomeExtensions.system-monitor-next
|
||||||
gnomeExtensions.clipboard-indicator
|
gnomeExtensions.clipboard-indicator
|
||||||
gnomeExtensions.emoji-copy
|
gnomeExtensions.emoji-copy
|
||||||
|
|
||||||
# Virtualization/Containerization
|
|
||||||
docker
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue