NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: fix syntax errors on firebase studio nix file

Signed-off-by: ajhalili2006 <ajhalili2006@gmail.com>

+3 -2
+1
.gitignore
··· 3 3 *.log 4 4 *.key 5 5 *.priv 6 + .idx/dev.local.nix
+2 -2
.idx/dev.nix
··· 1 1 { pkgs, lib, ... }: { 2 2 # Allow local config imports 3 - improts = lib.optionals (builtins.pathExists ./dev.local.nix) [ 3 + imports = lib.optionals (builtins.pathExists ./dev.local.nix) [ 4 4 ./dev.local.nix 5 5 ]; 6 6 ··· 14 14 shellcheck 15 15 shfmt 16 16 hadolint 17 - 17 + nixos-generators 18 18 nil 19 19 nixfmt 20 20 ];