diff --git a/flake.nix b/flake.nix index ff9f0423..9094fb58 100644 --- a/flake.nix +++ b/flake.nix @@ -89,7 +89,7 @@ }; lanzaboote = { url = "github:nix-community/lanzaboote"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs.nixpkgs.follows = "nixpkgs"; }; shadower = { url = "github:n3oney/shadower"; diff --git a/home/cli/shell.nix b/home/cli/shell.nix index 422b646c..7b780a29 100644 --- a/home/cli/shell.nix +++ b/home/cli/shell.nix @@ -185,18 +185,18 @@ in { "....." = "cd ../../../../"; "......" = "cd ../../../../../"; }; - plugins = [ - { - name = "zsh-nix-shell"; - file = "nix-shell.plugin.zsh"; - src = pkgs.fetchFromGitHub { - owner = "chisui"; - repo = "zsh-nix-shell"; - rev = "v0.7.0"; - sha256 = "149zh2rm59blr2q458a5irkfh82y3dwdich60s9670kl3cl5h2m1"; - }; - } - ]; + plugins = [ + { + name = "zsh-nix-shell"; + file = "nix-shell.plugin.zsh"; + src = pkgs.fetchFromGitHub { + owner = "chisui"; + repo = "zsh-nix-shell"; + rev = "v0.7.0"; + sha256 = "149zh2rm59blr2q458a5irkfh82y3dwdich60s9670kl3cl5h2m1"; + }; + } + ]; }; }; } diff --git a/home/packages.nix b/home/packages.nix index 609b5883..c0a7d15f 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -1,4 +1,8 @@ -{pkgs, inputs, ...}: { +{ + pkgs, + inputs, + ... +}: { nixpkgs.config.allowUnfree = false; home.packages = with pkgs; [ (symlinkJoin {