removed some stuff and moved some stuff
This commit is contained in:
@@ -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";
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user