Add fractal

This commit is contained in:
Don Harper 2024-04-03 20:41:26 -05:00
parent 0ff839f6b6
commit 6bc5db279b
3 changed files with 8 additions and 2 deletions

View file

@ -27,6 +27,7 @@
element-desktop
firefox
font-awesome
fractal
gnome.gnome-tweaks
gnome.simple-scan
gnumeric

View file

@ -1,6 +1,9 @@
{ ... }:
{
services = {
gnome-keyring = {
enable = true;
};
safeeyes = {
enable = true;
};

View file

@ -173,8 +173,10 @@ in
xdg.portal = {
enable = true;
wlr.enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
#gtkUsePortal = true;
extraPortals = [
pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-wlr
];
};
users.users.don = {