switch to fractal

This commit is contained in:
Alexander Bantyev 2020-07-30 00:02:14 +03:00
parent 5156dcc859
commit 7302292b3e
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
2 changed files with 2 additions and 1 deletions

View File

@ -67,5 +67,6 @@
"${pkgs.breeze-qt5}/share/icons/breeze_cursors"; "${pkgs.breeze-qt5}/share/icons/breeze_cursors";
systemd.user.startServices = true; systemd.user.startServices = true;
services.kdeconnect.enable = true; services.kdeconnect.enable = true;
services.gnome-keyring.enable = true;
}; };
} }

View File

@ -83,7 +83,7 @@ in {
"${pkgs.keepassxc}/bin/keepassxc /home/balsoft/projects/nixos-config/misc/Passwords.kdbx"; "${pkgs.keepassxc}/bin/keepassxc /home/balsoft/projects/nixos-config/misc/Passwords.kdbx";
} }
{ command = "${pkgs.termNote}/bin/noted"; } { 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.xorg.xrdb}/bin/xrdb -merge ~/.Xresources"; }
{ command = "${pkgs.cantata}/bin/cantata"; } { command = "${pkgs.cantata}/bin/cantata"; }