removed some stuff and moved some stuff

This commit is contained in:
2026-05-27 11:40:53 +01:00
parent e252ee0613
commit c0993eb22f
3 changed files with 3 additions and 13 deletions

View File

@@ -219,7 +219,6 @@
lazygit
p7zip-rar
any-nix-shell
dysk
bluetui
fzf
ripgrep
@@ -235,13 +234,9 @@
## Other CLI Apps
nodejs
fastfetch
zellij
cava
cmatrix
opencode
tailscale
syncthing
(input { package = "norgolith"; })
jellyfin-tui
# Apps
@@ -259,9 +254,6 @@
techmino
prismlauncher
delfin
(input {
package = "chataigne";
})
];
};

View File

@@ -40,6 +40,7 @@
packages = with pkgs; [
# Ricing
inputs.way-edges.packages.${stdenv.hostPlatform.system}.way-edges
inputs.chataigne.packages.${stdenv.hostPlatform.system}.default
# Terminal
light

View File

@@ -112,22 +112,19 @@
# Local User
users.users.user01 = {
extraGroups = [
"adbusers"
"docker"
];
packages = with pkgs; [
bottles
mumble
gajim
ferdium
android-tools
anki
vesktop
wine64
delfin
docker
orca-slicer
exiftool
ffmpeg
inputs.norgolith.packages.${pkgs.stdenv.hostPlatform.system}.default
];
};