Skip to content

Commit e0ff3a2

Browse files
flake: update github handle
1 parent a7cc861 commit e0ff3a2

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

flake.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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";

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)