Working on reshuffling

This commit is contained in:
2026-03-19 07:12:39 +00:00
parent 2958eeef8d
commit 81b1a029da
3 changed files with 18 additions and 42 deletions
@@ -4,11 +4,8 @@
flake.nixosModules.kitty = { config, pkgs, lib, ... }:
let
# ✅ relatieve paden i.p.v. flakeRoot
kittyConf = ./assets/system/conf/kitty/kitty.conf;
kittyTheme = ./assets/system/conf/kitty/Catppuccin-Mocha.conf;
# ✅ vaste user (of uit config halen)
username = "henrov";
in
{
@@ -17,7 +14,6 @@
config = lib.mkIf (config.mySystem.terminals.kitty.enable or false) {
# 👇 juiste Home Manager scope
home-manager.users.${username} = {
programs.kitty.enable = true;