update
This commit is contained in:
+12
-2
@@ -1,5 +1,10 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
|
||||
networking.wireless.iwd.enable = true;
|
||||
networking.networkmanager = {
|
||||
enable = lib.mkDefault true;
|
||||
@@ -28,10 +33,15 @@
|
||||
layout = "my-sym";
|
||||
variant = "my-sym";
|
||||
extraLayouts."my-sym" = {
|
||||
description = "English (US) with modifed right side keys";
|
||||
description = "English (US) with modifed keys";
|
||||
languages = [ "eng" ];
|
||||
symbolsFile = "${pkgs.my-ricing-assets}/usr/local/share/xkb/symbols/my-sym";
|
||||
};
|
||||
extraLayouts."my-sym-dvp" = {
|
||||
description = "English (US, Programmer Dvorak) with modifed keys";
|
||||
languages = [ "eng" ];
|
||||
symbolsFile = "${pkgs.my-ricing-assets}/usr/local/share/xkb/symbols/my-sym-dvp";
|
||||
};
|
||||
};
|
||||
|
||||
services.pipewire = {
|
||||
@@ -139,7 +149,7 @@
|
||||
log-lines = 50;
|
||||
auto-optimise-store = true;
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
substituters = [
|
||||
substituters = lib.mkForce [
|
||||
"https://cache.nixos.org"
|
||||
];
|
||||
accept-flake-config = true;
|
||||
|
||||
Reference in New Issue
Block a user