This commit is contained in:
parent
30f81b2b79
commit
d9d4e43c35
17 changed files with 310 additions and 276 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue