diff --git a/home-manager/home.nix b/home-manager/home.nix index 997809b..97c69c3 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -279,4 +279,5 @@ # }; services.blueman-applet.enable = true; + programs.htop.enable = true; } diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index 3a50ea7..69cadd9 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -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; [