feat: format

This commit is contained in:
Barrett Ruth 2026-02-11 16:36:20 -05:00
parent c01d20f1e9
commit e5dde133ea
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
6 changed files with 35 additions and 64 deletions

View file

@ -1,4 +1,9 @@
{ config, lib, pkgs, ... }:
{
config,
lib,
pkgs,
...
}:
{
imports = [
@ -120,7 +125,10 @@
xdg-desktop-portal-hyprland
];
config.common = {
default = [ "hyprland" "gtk" ];
default = [
"hyprland"
"gtk"
];
};
};