mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
reworked sxhkd, added QMK stuff, fixed VM
This commit is contained in:
parent
928040c5cf
commit
56c9d32f85
5 changed files with 95 additions and 91 deletions
|
|
@ -3,9 +3,6 @@
|
|||
{
|
||||
local = {
|
||||
remoteBuild.isBuilder = true;
|
||||
X11Programs = {
|
||||
sxhkd.enable = true;
|
||||
};
|
||||
DE.dwm.enable = true;
|
||||
DM = {
|
||||
lightdm.enable = true;
|
||||
|
|
@ -73,6 +70,9 @@
|
|||
nix-index
|
||||
element-desktop
|
||||
webcord
|
||||
# QMK configuration
|
||||
via
|
||||
qmk
|
||||
;
|
||||
inherit (nvim-flake.packages) neovim;
|
||||
inherit fmt;
|
||||
|
|
@ -103,7 +103,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.udev.packages = [ pkgs.android-udev-rules ];
|
||||
services.udev.packages = [
|
||||
pkgs.android-udev-rules
|
||||
pkgs.via
|
||||
pkgs.qmk-udev-rules
|
||||
];
|
||||
programs.adb.enable = true;
|
||||
|
||||
networking = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue