Skip to content

Commit

Permalink
feat: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Nov 8, 2023
1 parent f8d1968 commit 093efc0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
};
lanzaboote = {
url = "github:nix-community/lanzaboote";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs";
};
shadower = {
url = "github:n3oney/shadower";
Expand Down
24 changes: 12 additions & 12 deletions home/cli/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
];
};
};
}
6 changes: 5 additions & 1 deletion home/packages.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{pkgs, inputs, ...}: {
{
pkgs,
inputs,
...
}: {
nixpkgs.config.allowUnfree = false;
home.packages = with pkgs; [
(symlinkJoin {
Expand Down

0 comments on commit 093efc0

Please sign in to comment.