Reworked directory structure, changed aroundthings here and there in Kanata conf.kbd, Emacs init.el, and common.nix (added direnv)

This commit is contained in:
lulusilly 2026-04-05 00:44:25 -04:00
parent f3f8da5fdf
commit 507b016a03
25 changed files with 52 additions and 118 deletions

View file

@ -1,8 +0,0 @@
{ config, lib, pkgs, inputs, ...}:
{
programs.virt-manager.enable = true;
users.groups.libvirtd.members = ["lunita"];
virtualisation.libvirtd.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
}