This commit is contained in:
alsaiduq-lab 2026-01-02 22:29:49 -07:00
parent 42aeaf54c8
commit cb9632b258
5 changed files with 117 additions and 28 deletions

View file

@ -18,6 +18,11 @@
./modules/npm.nix
./modules/nixos.nix
./modules/appimage.nix
./modules/tailscale.nix
./modules/rust.nix
./modules/python.nix
./modules/go.nix
./modules/ld.nix
];
system.stateVersion = "25.11";
@ -26,13 +31,12 @@
efiSupport = false;
};
programs.fish.enable = true;
environment.systemPackages = with pkgs; [
git
btop
ffmpeg
yt-dlp
fastfetch
zellij
busybox
xclip
direnv
];
nix = {
gc = {