File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11{
2- description = "Minizilla 's NixOS Configurations" ;
2+ description = "SmoothProgrammer 's NixOS Configurations" ;
33
44 inputs = {
55 nixpkgs . url = "github:NixOS/nixpkgs/nixpkgs-unstable" ;
6- dt . url = "github:minizilla /dt" ;
6+ dt . url = "github:smoothprogrammer /dt" ;
77 dt . inputs . nixpkgs . follows = "nixpkgs" ;
88 home-manager . url = "github:nix-community/home-manager" ;
99 home-manager . inputs . nixpkgs . follows = "nixpkgs" ;
1010 darwin . url = "github:nix-darwin/nix-darwin" ;
1111 darwin . inputs . nixpkgs . follows = "nixpkgs" ;
12- homini . url = "github:minizilla /homini" ;
12+ homini . url = "github:smoothprogrammer /homini" ;
1313 homini . inputs . nixpkgs . follows = "nixpkgs" ;
1414 zen-browser . url = "github:0xc000022070/zen-browser-flake" ;
1515 zen-browser . inputs . nixpkgs . follows = "nixpkgs" ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pkgs.mkShell {
44 name = "nixos-config" ;
55 shellHook = ''
66 git config pull.rebase true
7- ${ pkgs . neo-cowsay } /bin/cowsay -f sage "Minizilla 's NixOS Configurations"
7+ ${ pkgs . neo-cowsay } /bin/cowsay -f sage "SmoothProgrammer 's NixOS Configurations"
88 '' ;
99 buildInputs = with pkgs ; [
1010 editorconfig-checker
You can’t perform that action at this time.
0 commit comments