split system packages
This commit is contained in:
parent
e770bf9a6d
commit
4e3b12a995
8 changed files with 103 additions and 95 deletions
|
|
@ -175,7 +175,13 @@
|
|||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
|
||||
systemPackages = import ./packages.nix pkgs;
|
||||
systemPackages = with pkgs; (
|
||||
import ./packages/system.nix pkgs
|
||||
++ import ./packages/cli.nix pkgs
|
||||
++ import ./packages/gui.nix pkgs
|
||||
++ import ./packages/rice.nix pkgs
|
||||
++ import ./packages/pandora.nix pkgs
|
||||
);
|
||||
loginShellInit = ''
|
||||
[[ "$(tty)" = "/dev/tty1" ]] && ~/.dotfiles/conf.d/utils/gs.sh
|
||||
'';
|
||||
|
|
|
|||
|
|
@ -1,8 +1,4 @@
|
|||
[
|
||||
"com.microsoft.Edge"
|
||||
"dev.vencord.Vesktop"
|
||||
"chat.revolt.RevoltDesktop"
|
||||
"io.github.hkdb.Aerion"
|
||||
"io.github.mpobaschnig.Vaults"
|
||||
"com.bitwarden.desktop"
|
||||
"com.google.Chrome"
|
||||
|
|
@ -17,7 +13,8 @@
|
|||
"com.obsproject.Studio"
|
||||
"org.kde.kdenlive"
|
||||
"com.vysp3r.ProtonPlus"
|
||||
"com.github.IsmaelMartinez.teams_for_linux"
|
||||
"io.github.Foldex.AdwSteamGtk"
|
||||
"io.github.seadve.Kooha"
|
||||
"org.equicord.equibop"
|
||||
"com.discordapp.Discord"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,89 +0,0 @@
|
|||
pkgs: with pkgs; [
|
||||
bat
|
||||
git
|
||||
neovim
|
||||
jetbrains-toolbox
|
||||
coder
|
||||
kitty
|
||||
steam
|
||||
steam-run
|
||||
mpv
|
||||
gnumake
|
||||
kubernetes-helm
|
||||
opentofu
|
||||
kubeseal
|
||||
openssl
|
||||
xclip
|
||||
#resticprofile
|
||||
gnupg
|
||||
awscli2
|
||||
kor
|
||||
exiftool
|
||||
gnome-themes-extra
|
||||
hmcl
|
||||
vlc
|
||||
unrar-wrapper
|
||||
atkinson-hyperlegible
|
||||
libreoffice-qt
|
||||
hunspell
|
||||
hunspellDicts.es_ES
|
||||
hunspellDicts.en_US
|
||||
sqlite-interactive
|
||||
ffmpeg
|
||||
lrcget
|
||||
yq
|
||||
p7zip
|
||||
ansible
|
||||
k3sup
|
||||
gamemode
|
||||
lm_sensors
|
||||
appimage-run
|
||||
xcolor
|
||||
samrewritten
|
||||
protontricks
|
||||
nmap
|
||||
terragrunt
|
||||
adwaita-icon-theme
|
||||
ayugram-desktop
|
||||
restic
|
||||
pre-commit
|
||||
cargo
|
||||
inconsolata
|
||||
k9s
|
||||
kubectl
|
||||
dotter
|
||||
kubecolor
|
||||
trash-cli
|
||||
gnomeExtensions.appindicator
|
||||
bruno
|
||||
devenv
|
||||
vim
|
||||
direnv
|
||||
marble-shell-theme
|
||||
colloid-gtk-theme
|
||||
colloid-icon-theme
|
||||
sysprof
|
||||
steam-run
|
||||
streamlink
|
||||
twitch-chat-downloader
|
||||
jq
|
||||
hmcl
|
||||
tmux
|
||||
atuin
|
||||
tor
|
||||
tor-browser
|
||||
remmina
|
||||
yt-dlp
|
||||
mangohud
|
||||
difftastic
|
||||
libheif
|
||||
ffmpegthumbnailer
|
||||
signal-desktop
|
||||
tflint
|
||||
kubeconform
|
||||
shellcheck
|
||||
ncdu
|
||||
python3
|
||||
poetry
|
||||
pulumi
|
||||
]
|
||||
53
hosts/limgrave/nixos/packages/cli.nix
Normal file
53
hosts/limgrave/nixos/packages/cli.nix
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
pkgs: with pkgs; [
|
||||
kubectl
|
||||
k9s
|
||||
kubecolor
|
||||
kubeseal
|
||||
kubeconform
|
||||
kubernetes-helm
|
||||
k3sup
|
||||
|
||||
opentofu
|
||||
tflint
|
||||
terragrunt
|
||||
ansible
|
||||
pulumi
|
||||
awscli2
|
||||
yq
|
||||
|
||||
git
|
||||
neovim
|
||||
vim
|
||||
bat
|
||||
jq
|
||||
tmux
|
||||
direnv
|
||||
cargo
|
||||
python3
|
||||
poetry
|
||||
pre-commit
|
||||
shellcheck
|
||||
atuin
|
||||
dotter
|
||||
restic
|
||||
kor
|
||||
devenv
|
||||
|
||||
yt-dlp
|
||||
streamlink
|
||||
lrcget
|
||||
exiftool
|
||||
hunspell
|
||||
hunspellDicts.es_ES
|
||||
hunspellDicts.en_US
|
||||
|
||||
xclip
|
||||
unrar-wrapper
|
||||
p7zip
|
||||
xcolor
|
||||
trash-cli
|
||||
|
||||
steam-run
|
||||
protontricks
|
||||
mangohud
|
||||
]
|
||||
14
hosts/limgrave/nixos/packages/gui.nix
Normal file
14
hosts/limgrave/nixos/packages/gui.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
pkgs: with pkgs; [
|
||||
steam
|
||||
mpv
|
||||
vlc
|
||||
jetbrains-toolbox
|
||||
coder
|
||||
kitty
|
||||
libreoffice-qt
|
||||
signal-desktop
|
||||
remmina
|
||||
ayugram-desktop
|
||||
tor-browser
|
||||
samrewritten
|
||||
]
|
||||
3
hosts/limgrave/nixos/packages/pandora.nix
Normal file
3
hosts/limgrave/nixos/packages/pandora.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
pkgs: with pkgs; [
|
||||
difftastic
|
||||
]
|
||||
10
hosts/limgrave/nixos/packages/rice.nix
Normal file
10
hosts/limgrave/nixos/packages/rice.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
pkgs: with pkgs; [
|
||||
gnome-themes-extra
|
||||
adwaita-icon-theme
|
||||
atkinson-hyperlegible
|
||||
inconsolata
|
||||
marble-shell-theme
|
||||
colloid-gtk-theme
|
||||
colloid-icon-theme
|
||||
gnomeExtensions.appindicator
|
||||
]
|
||||
14
hosts/limgrave/nixos/packages/system.nix
Normal file
14
hosts/limgrave/nixos/packages/system.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
pkgs: with pkgs; [
|
||||
openssl
|
||||
gnupg
|
||||
sqlite-interactive
|
||||
ffmpeg
|
||||
lm_sensors
|
||||
nmap
|
||||
gnumake
|
||||
gamemode
|
||||
libheif
|
||||
ffmpegthumbnailer
|
||||
appimage-run
|
||||
sysprof
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue