nix flake update (+etc)

This commit is contained in:
2026-03-02 04:05:35 +00:00
parent 320cac603d
commit 71b1e05b2d
3 changed files with 66 additions and 67 deletions

View File

@@ -17,7 +17,6 @@
modules.fonts
<modules/hyprland/doloro-settings>
(modules.obs {
virtual_audio_devices = true;
audio = true;
autostart = true;
})

View File

@@ -10,8 +10,8 @@ Item {
height: content.height
Rectangle {
id: content
width: 30
height: 30
width: 20
height: 15
color: "red"
}
}