Recreated nix files

This commit is contained in:
2026-03-03 18:36:39 +01:00
parent 603e020b9b
commit e6a744b31c
3 changed files with 290 additions and 300 deletions
-3
View File
@@ -10,9 +10,6 @@
# - ensures a *user-editable* aliases file exists in the shells default location
# - if a shell is disabled, its aliases file is removed
# .
# Notes on “editable”:
# - We do NOT manage the aliases file with xdg.configFile/home.file (those would be overwritten).
# - Instead, we create/remove files via home.activation (create only if missing).
{ config, pkgs, lib, flakeRoot, ... }:
let
terminalDir = flakeRoot.outPath + "/assets/conf/dev/terminal";