updated flake inputs

This commit is contained in:
2026-02-18 15:52:27 -05:00
parent 79ffcea64b
commit b188e29dfd
19 changed files with 1616 additions and 316 deletions

View File

@@ -25,6 +25,7 @@ let
myScripts.color-commit
myScripts.mntstack
];
pythonWithStuff = pkgs.python3.withPackages(ps: with ps; [ requests ]);
in {
options = {
movOpts.envConfig.userPkgs.enable =
@@ -50,7 +51,7 @@ in {
wf-recorder
toilet
vkbasalt
librewolf
firefox
spotify
zathura
tor
@@ -64,21 +65,27 @@ in {
w3m
neovide
claude-code
python3
pythonWithStuff
monero-cli
protonup-qt
piper
libratbag
ghostty
firefox
fd
delta
glfw
glxinfo
mesa-demos
xwayland
discord
cloc
wine
gimp
fira-code
nerd-fonts.fira-code
nodejs_latest
myPkgs.noto-sans-jp
myPkgs.billy-font
] ++ scripts;
};
}