add htop to home.nix
This commit is contained in:
parent
e35b6d4d6f
commit
4d5b38cbe9
2 changed files with 4 additions and 0 deletions
|
@ -279,4 +279,5 @@
|
||||||
# };
|
# };
|
||||||
|
|
||||||
services.blueman-applet.enable = true;
|
services.blueman-applet.enable = true;
|
||||||
|
programs.htop.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue