Working config

This commit is contained in:
Olaf
2025-05-07 20:54:31 +02:00
parent 4fdcdeb3e1
commit 4c8e0f58d5
6 changed files with 1805 additions and 491 deletions

View File

@ -1,9 +1,15 @@
{ user, config, pkgs, ... }:
{
user,
config,
pkgs,
...
}:
let
xdg_configHome = "${config.users.users.${user}.home}/.config";
xdg_dataHome = "${config.users.users.${user}.home}/.local/share";
xdg_stateHome = "${config.users.users.${user}.home}/.local/state"; in
xdg_dataHome = "${config.users.users.${user}.home}/.local/share";
xdg_stateHome = "${config.users.users.${user}.home}/.local/state";
in
{
# Raycast script so that "Run Emacs" is available and uses Emacs daemon