repo restructure

This commit is contained in:
TheWanderingCrow 2024-12-24 13:07:13 -05:00
parent 3b3f0bb610
commit 115fc930f8
4 changed files with 36 additions and 15 deletions

View file

@ -1,5 +1,9 @@
{...}: {
config.services.keyd = {
{
lib,
config,
...
}: {
config.services.keyd = lib.mkIf config.software.keyd.enable {
enable = true;
keyboards.default = {
ids = ["*"];

View file

@ -1,5 +1,10 @@
{pkgs, ...}: {
config = {
{
config,
lib,
pkgs,
...
}: {
config = lib.mkIf config.software.usershell.enable {
programs.zsh = {
enable = true;
autosuggestions = {