added(fish): added fish nixos module

This commit is contained in:
2025-10-16 10:46:55 +00:00
parent 63b7817ba9
commit a8f5d77e0e
2 changed files with 21 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
_: {
home = ./home.nix;
# nixos: ./nixos.nix;
nixos = ./nixos.nix;
}