add htop to home.nix
This commit is contained in:
parent
e35b6d4d6f
commit
4d5b38cbe9
2 changed files with 4 additions and 0 deletions
|
@ -125,6 +125,9 @@
|
|||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Enable syncthing for obsidian syncing
|
||||
services.syncthing.enable = true;
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue