finally share with ragdoll
Some checks failed
/ lint (push) Failing after 36s

This commit is contained in:
Jana Dönszelmann 2026-03-15 17:57:07 +01:00
parent 30f81b2b79
commit d9d4e43c35
No known key found for this signature in database
17 changed files with 310 additions and 276 deletions

View file

@ -1,14 +1,15 @@
{ machine, ... }:
inputs@{ machine, ... }:
{
custom.program.niri = machine.program {
imports = machine.program {
name = "niri";
inherit inputs;
requirements = [ "graphical" ];
home-config =
{
config,
pkgs,
flakes,
lib,
...
{ config
, pkgs
, flakes
, lib
, ...
}:
let
noctalia =
@ -241,7 +242,7 @@
}
{
matches = [ { app-id = "firefox"; } ];
matches = [{ app-id = "firefox"; }];
open-on-workspace = "browser";
}
@ -599,7 +600,7 @@
id = "Volume";
}
]
++ [ { id = "Battery"; } ]
++ [{ id = "Battery"; }]
++ [
{
id = "KeyboardLayout";