summary refs log tree commit diff
path: root/hosts/laptop
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-05-18 19:40:01 +0300
committertzlil <tzlils@protonmail.com>2023-05-18 19:40:01 +0300
commit959dfaaeb7ae01a77f9e2c3c17bac1b7e23d8ea1 (patch)
treea169856c7c33530aa1b3b7482fe6c8bc4685f456 /hosts/laptop
parent57cbc3ac65272242bfee162b916d9675935e9c2e (diff)
add keepassxc to laptop, setup syncthing
Diffstat (limited to 'hosts/laptop')
-rw-r--r--hosts/laptop/cfg.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/hosts/laptop/cfg.nix b/hosts/laptop/cfg.nix
index 8cf17d6..f766e0a 100644
--- a/hosts/laptop/cfg.nix
+++ b/hosts/laptop/cfg.nix
@@ -20,6 +20,7 @@
     ../../mixins/pipewire.nix
     ../../mixins/multimedia.nix
     # ../../mixins/emacs
+    ../../mixins/syncthing.nix
   ];
 
   config = {
@@ -88,7 +89,6 @@
 
     networking.interfaces.wlp1s0.useDHCP = lib.mkDefault true;
 
-
     # # iwd networking stuffs
     # networking.networkmanager.enable = lib.mkForce false;
     # networking.wireless.iwd.enable = true;
@@ -102,7 +102,6 @@
     # networking.wireless.enable = true;
     # services.connman.enable = true;
 
-
     environment.persistence."/nix/persist".directories = [
       "/etc/NetworkManager/system-connections"
       {
@@ -112,7 +111,7 @@
       }
     ];
 
-    home-manager.users.tzlil.home.packages = [pkgs.schildichat-desktop pkgs.qutebrowser];
+    home-manager.users.tzlil.home.packages = [pkgs.schildichat-desktop pkgs.qutebrowser pkgs.keepassxc];
 
     nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
     powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";