This commit is contained in:
parent
ae9854f178
commit
ca66e8d7b2
13 changed files with 171 additions and 157 deletions
|
|
@ -5,11 +5,12 @@ inputs@{ machine, ... }:
|
|||
inherit inputs;
|
||||
requirements = [ "graphical" ];
|
||||
home-config =
|
||||
{ config
|
||||
, pkgs
|
||||
, flakes
|
||||
, lib
|
||||
, ...
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
flakes,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
noctalia =
|
||||
|
|
@ -115,7 +116,7 @@ inputs@{ machine, ... }:
|
|||
keyboard = {
|
||||
xkb = {
|
||||
layout = "us";
|
||||
options = "grp:win_space_toggle,compose:ralt";
|
||||
options = "grp:win_space_toggle,compose:rwin";
|
||||
};
|
||||
numlock = true;
|
||||
};
|
||||
|
|
@ -242,7 +243,7 @@ inputs@{ machine, ... }:
|
|||
}
|
||||
|
||||
{
|
||||
matches = [{ app-id = "firefox"; }];
|
||||
matches = [ { app-id = "firefox"; } ];
|
||||
open-on-workspace = "browser";
|
||||
}
|
||||
|
||||
|
|
@ -600,7 +601,7 @@ inputs@{ machine, ... }:
|
|||
id = "Volume";
|
||||
}
|
||||
]
|
||||
++ [{ id = "Battery"; }]
|
||||
++ [ { id = "Battery"; } ]
|
||||
++ [
|
||||
{
|
||||
id = "KeyboardLayout";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue