mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
update ama_nix config
This commit is contained in:
parent
5570e49412
commit
dcfe5b1435
8 changed files with 16 additions and 9 deletions
|
@ -19,6 +19,9 @@
|
|||
hwinfo
|
||||
pciutils
|
||||
numbat
|
||||
lazygit
|
||||
zoxide
|
||||
fzf
|
||||
(pkgs.callPackage ../pkgs/pokemon-colorscripts.nix { })
|
||||
(pkgs.writeShellScriptBin "airplane-mode" ''
|
||||
#!/bin/sh
|
||||
|
|
|
@ -44,4 +44,5 @@ in
|
|||
programs.direnv.enable = true;
|
||||
programs.direnv.enableZshIntegration = true;
|
||||
programs.direnv.nix-direnv.enable = true;
|
||||
programs.fzf.enableZshIntegration = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue