Compare commits
1 Commits
e252ee0613
...
c0993eb22f
| Author | SHA1 | Date | |
|---|---|---|---|
| c0993eb22f |
@@ -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";
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user