s0mePC-nix: fmt
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
parent
c8a183c354
commit
a3a633b169
3 changed files with 11 additions and 18 deletions
|
|
@ -1,16 +1,13 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
xdg = {
|
||||
portal = {
|
||||
enable = true;
|
||||
|
||||
|
||||
config = {
|
||||
common = {
|
||||
default = [
|
||||
"gtk"
|
||||
];
|
||||
];
|
||||
};
|
||||
|
||||
hyprland = {
|
||||
|
|
@ -21,7 +18,7 @@
|
|||
};
|
||||
|
||||
sway = {
|
||||
preferred = [
|
||||
preferred = [
|
||||
"gtk"
|
||||
"wlr"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue