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(global): quick update the README and fix syntax error

authored by andreijiroh.dev and committed by

GitHub 7d044b30 0376de77

+4 -2
+1
README.md
··· 2 2 3 3 This is @ajhalili2006's NixOS + Home Manager configuration for his laptop 4 4 and homelabs, in sync with the [nixpkgs-specific dotfiles repository]. 5 + Also planned to be used in Hack Club Nest soon. 5 6 6 7 [nixpkgs-specific dotfiles repository]: https://github.com/andreijiroh-dev/dotfiles/tree/nixpkgs 7 8
+3 -2
flake.nix
··· 1 1 { 2 - description = "Andrei Jiroh's NixOS and home-manager configurations"; 2 + description = "Andrei Jiroh's NixOS and home-manager configurations in one place, seperate from the dotfiles repo"; 3 3 4 4 # try to be in-sync with the nix-channels 5 5 inputs = { ··· 30 30 home-manager, 31 31 nixos-hardware, 32 32 determinate, 33 - vscode-server 33 + vscode-server, 34 + nix-ld 34 35 }: { 35 36 nixosConfigurations = { 36 37 recoverykit-amd64 = nixpkgs.lib.nixosSystem {