add restruct4

This commit is contained in:
cnst
2024-06-28 15:52:26 +02:00
parent 521da65554
commit 1f8ea57bdc
10 changed files with 107 additions and 53 deletions

View File

@@ -1,5 +1,4 @@
{ pkgs, ... }:
{
{pkgs, ...}: {
services = {
dbus.packages = with pkgs; [
gcr
@@ -38,7 +37,7 @@
xkb = {
extraLayouts.hhkbse = {
description = "HHKBse by cnst";
languages = [ "se" ];
languages = ["se"];
symbolsFile = /home/cnst/.nix-config/hosts/cnix/xkb/symbols/hhkbse;
};
layout = "hhkbse";
@@ -54,6 +53,7 @@
support32Bit = true;
};
pulse.enable = true;
wireplumber.enable = true;
#jack.enable = true;
#media-session.enable = true;
};

View File

@@ -1,5 +1,4 @@
{ pkgs, ... }:
{
{pkgs, ...}: {
services = {
dbus.packages = with pkgs; [
gcr
@@ -38,7 +37,7 @@
xkb = {
extraLayouts.hhkbse = {
description = "HHKBse by cnst";
languages = [ "se" ];
languages = ["se"];
symbolsFile = /home/cnst/.nix-config/hosts/cnix/xkb/symbols/hhkbse;
};
layout = "hhkbse";
@@ -54,6 +53,7 @@
support32Bit = true;
};
pulse.enable = true;
wireplumber.enable = true;
#jack.enable = true;
#media-session.enable = true;
};