repo restructure

This commit is contained in:
TheWanderingCrow 2024-12-24 12:27:14 -05:00
parent 1551b33527
commit ff47a7abaa
3 changed files with 6 additions and 4 deletions

View file

@ -1,5 +1,5 @@
{
services.keyd = {
config.services.keyd = {
enable = true;
keyboards.default = {
ids = ["*"];

View file

@ -1,4 +1,5 @@
{pkgs}: {
{config, pkgs, ...}: {
config = {
programs.zsh = {
enable = true;
autosuggestions = {
@ -45,4 +46,5 @@
};
users.defaultUserShell = pkgs.zsh;
};
}

View file

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