refinement, cleanup, fixes

This commit is contained in:
2025-05-21 18:57:46 +02:00
parent ab93aae1b6
commit e4e8d86131
17 changed files with 125 additions and 695 deletions
+12 -1
View File
@@ -1,4 +1,13 @@
{ cfg, config, pkgs, lib, callPackage, inputs, ... }:
{
cfg,
hyprplugins,
config,
pkgs,
lib,
callPackage,
inputs,
...
}:
{
home.username = cfg.username;
@@ -24,6 +33,7 @@
GIT_EDITOR = "nvim";
NIX_SHELL_PRESERVE_PROMPT = 1;
NIX_CONFIG_DIR = "${cfg.homeDirectory}/personal/nixos";
HYPR_EXPO_LIB = "${hyprplugins.hyprexpo_dir}/lib/libhyprexpo.so";
};
nix.settings.extra-trusted-substituters = [
@@ -65,6 +75,7 @@
source = ../../configs/emacs;
recursive = true;
};
"user-dirs.dirs".source = ../../configs/user-dirs.dirs;
"user-dirs.locale".source = ../../configs/user-dirs.locale;
};