From 7302292b3e0bdf608a468105bb97f39afb854b70 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Thu, 30 Jul 2020 00:02:14 +0300 Subject: [PATCH] switch to fractal --- modules/workspace/misc.nix | 1 + modules/workspace/sway/default.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/workspace/misc.nix b/modules/workspace/misc.nix index 9822d66..f41af1e 100644 --- a/modules/workspace/misc.nix +++ b/modules/workspace/misc.nix @@ -67,5 +67,6 @@ "${pkgs.breeze-qt5}/share/icons/breeze_cursors"; systemd.user.startServices = true; services.kdeconnect.enable = true; + services.gnome-keyring.enable = true; }; } diff --git a/modules/workspace/sway/default.nix b/modules/workspace/sway/default.nix index bc7ff8a..c464797 100755 --- a/modules/workspace/sway/default.nix +++ b/modules/workspace/sway/default.nix @@ -83,7 +83,7 @@ in { "${pkgs.keepassxc}/bin/keepassxc /home/balsoft/projects/nixos-config/misc/Passwords.kdbx"; } { command = "${pkgs.termNote}/bin/noted"; } - { command = "${pkgs.nheko}/bin/nheko"; } + { command = "${pkgs.fractal}/bin/fractal"; } { command = "${pkgs.xorg.xrdb}/bin/xrdb -merge ~/.Xresources"; } { command = "${pkgs.cantata}/bin/cantata"; }