From 093efc01ee36b9ca33c7ce7814ae9efd7dde6067 Mon Sep 17 00:00:00 2001 From: sioodmy Date: Wed, 8 Nov 2023 22:36:19 +0100 Subject: [PATCH] feat: formatting --- flake.nix | 2 +- home/cli/shell.nix | 24 ++++++++++++------------ home/packages.nix | 6 +++++- 3 files changed, 18 insertions(+), 14 deletions(-) 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 {