add other packages
parent
32d3022631
commit
b2092cbf25
|
@ -3,7 +3,18 @@
|
||||||
{
|
{
|
||||||
imports = [ ./adb.nix ./direnv.nix ./git.nix ./nix.nix ./zsh.nix ];
|
imports = [ ./adb.nix ./direnv.nix ./git.nix ./nix.nix ./zsh.nix ];
|
||||||
home-manager.users.moritz = {
|
home-manager.users.moritz = {
|
||||||
home.packages = with pkgs; [ p7zip ];
|
home.packages = with pkgs; [
|
||||||
|
# archives
|
||||||
|
p7zip
|
||||||
|
|
||||||
|
# file manager
|
||||||
|
ranger
|
||||||
|
|
||||||
|
trash-cli
|
||||||
|
|
||||||
|
# fetcher
|
||||||
|
neofetch
|
||||||
|
];
|
||||||
programs = {
|
programs = {
|
||||||
exa.enable = true;
|
exa.enable = true;
|
||||||
bat.enable = true;
|
bat.enable = true;
|
||||||
|
|
Loading…
Reference in New Issue