s0mePC-nix: fmt

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-06-17 10:38:00 +03:00
parent c8a183c354
commit a3a633b169
No known key found for this signature in database
3 changed files with 11 additions and 18 deletions

View file

@ -1,6 +1,4 @@
{
...
}: {
{...}: {
nix = {
settings = {
trusted-substituters = [

View file

@ -1,6 +1,4 @@
{
...
}: {
{...}: {
services = {
resolved = {
enable = true;

View file

@ -1,7 +1,4 @@
{
pkgs,
...
}: {
{pkgs, ...}: {
xdg = {
portal = {
enable = true;
@ -21,7 +18,7 @@
};
sway = {
preferred = [
preferred = [
"gtk"
"wlr"
];