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;
|
||||
|
||||
+14
-15
@@ -35,16 +35,16 @@
|
||||
};
|
||||
};
|
||||
packages = with pkgs; [
|
||||
nerd-fonts._0xproto
|
||||
nerd-fonts.fira-code
|
||||
moralerspace
|
||||
corefonts
|
||||
gyre-fonts
|
||||
ipafont
|
||||
jigmo
|
||||
moralerspace
|
||||
nerd-fonts._0xproto
|
||||
nerd-fonts.fira-code
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk-serif
|
||||
corefonts
|
||||
noto-fonts-color-emoji
|
||||
];
|
||||
};
|
||||
@@ -72,24 +72,23 @@
|
||||
environment.systemPackages = (with pkgs; [
|
||||
alacritty
|
||||
arandr
|
||||
xfe
|
||||
brightnessctl
|
||||
feh
|
||||
keepassxc
|
||||
gnucash
|
||||
owncloud-client
|
||||
thunderbird
|
||||
libreoffice-fresh
|
||||
kdePackages.spectacle
|
||||
fontconfig
|
||||
kdePackages.gwenview
|
||||
kdePackages.okular
|
||||
kdePackages.polkit-kde-agent-1
|
||||
fontconfig
|
||||
brightnessctl
|
||||
kdePackages.spectacle
|
||||
keepassxc
|
||||
libreoffice-fresh
|
||||
owncloud-client
|
||||
thunderbird-bin
|
||||
xfe
|
||||
]) ++ (with pkgs.skkDictionaries; [
|
||||
l
|
||||
emoji
|
||||
edict
|
||||
assoc
|
||||
edict
|
||||
emoji
|
||||
itaiji
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user