diff --git a/configs/gui.nix b/configs/gui.nix index e59eac7..dfd9f1d 100644 --- a/configs/gui.nix +++ b/configs/gui.nix @@ -25,7 +25,6 @@ libsecret baobab barrier - bitwarden blueberry brave bspwm @@ -62,13 +61,12 @@ nextcloud-client pantheon.elementary-gtk-theme pantheon.elementary-icon-theme + vimix-gtk-themes polybar prusa-slicer pulseaudio-ctl pinta - signal-desktop solaar - spotify sxhkd teams transmission-gtk diff --git a/configs/user-gui.nix b/configs/user-gui.nix index 7002f35..77f3e0a 100644 --- a/configs/user-gui.nix +++ b/configs/user-gui.nix @@ -3,8 +3,10 @@ imports = [ ]; home-manager.users.alex = { pkgs, ... }: { - home.packages = [ - pkgs.cryfs + home.packages = with pkgs; [ + spotify + signal-desktop + bitwarden ]; programs = { diff --git a/configs/user.nix b/configs/user.nix index 33ff7cd..dbce101 100644 --- a/configs/user.nix +++ b/configs/user.nix @@ -22,8 +22,12 @@ home-manager.users.alex = { pkgs, ... }: { home.enableNixpkgsReleaseCheck = false; - # home.packages = with pkgs; [ - # ]; + + services = { + syncthing = { + enable = true; + }; + }; programs = { ssh = {