add htop to home.nix

This commit is contained in:
Gabriella Bere 2024-08-23 19:51:09 +01:00
parent e35b6d4d6f
commit 4d5b38cbe9
2 changed files with 4 additions and 0 deletions

View file

@ -279,4 +279,5 @@
# }; # };
services.blueman-applet.enable = true; services.blueman-applet.enable = true;
programs.htop.enable = true;
} }

View file

@ -125,6 +125,9 @@
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# Enable syncthing for obsidian syncing
services.syncthing.enable = true;
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [