repo restructure

This commit is contained in:
TheWanderingCrow 2024-12-24 12:31:12 -05:00
parent 4c9b8c7a04
commit f9f2c6dbdd
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{
{...}:{
config.services.keyd = {
enable = true;
keyboards.default = {

View file

@ -1,4 +1,4 @@
{config, pkgs, ...}: {
{pkgs, ...}: {
config = {
programs.zsh = {
enable = true;

View file

@ -1,4 +1,4 @@
{config, pkgs, ...}: {
{pkgs, ...}: {
config.xdg.portal = {
xdgOpenUsePortal = true;
enable = true;