Add fractal
This commit is contained in:
parent
0ff839f6b6
commit
6bc5db279b
3 changed files with 8 additions and 2 deletions
|
|
@ -27,6 +27,7 @@
|
|||
element-desktop
|
||||
firefox
|
||||
font-awesome
|
||||
fractal
|
||||
gnome.gnome-tweaks
|
||||
gnome.simple-scan
|
||||
gnumeric
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
services = {
|
||||
gnome-keyring = {
|
||||
enable = true;
|
||||
};
|
||||
safeeyes = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue