Working on reshuffling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user