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

View File

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

View File

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