Compare commits
2 Commits
eb54ade226
...
d9c3cb9889
| Author | SHA1 | Date | |
|---|---|---|---|
| d9c3cb9889 | |||
| 9d22c210e3 |
@@ -2,13 +2,10 @@
|
||||
|
||||
with pkgs;
|
||||
[
|
||||
bash-completion
|
||||
bat
|
||||
entr
|
||||
feh
|
||||
fzf
|
||||
gh
|
||||
git
|
||||
haskellPackages.pandoc-crossref
|
||||
htop
|
||||
jq
|
||||
@@ -20,7 +17,6 @@ with pkgs;
|
||||
parallel
|
||||
pass
|
||||
pnpm
|
||||
python3
|
||||
ripgrep
|
||||
silver-searcher
|
||||
sops
|
||||
|
||||
@@ -75,7 +75,13 @@ in
|
||||
kubecolor.enable = true;
|
||||
};
|
||||
|
||||
home.packages = import ./packages.nix {
|
||||
home.packages =
|
||||
import ./packages.nix {
|
||||
inherit inputs;
|
||||
inherit config;
|
||||
inherit pkgs;
|
||||
}
|
||||
++ import ../packages.nix {
|
||||
inherit inputs;
|
||||
inherit config;
|
||||
inherit pkgs;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ config, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
terminal = "kitty";
|
||||
@@ -119,4 +119,6 @@ in
|
||||
toggle-quick-settings = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [ dconf2nix ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user