Working on zsh

This commit is contained in:
2026-03-09 16:25:18 +01:00
parent eb9c8b6b2e
commit 45f23db173
5 changed files with 16 additions and 18 deletions
@@ -35,10 +35,4 @@ in
# Use the .zshrc file from assets
xdg.configFile."zsh/.zshrc".source = "${assetsDir}/.zshrc";
# Create symlinks or copy files from assets to XDG config
xdg.configFile."zsh/custom.zsh".source = "${assetsDir}/custom.zsh";
xdg.configFile."zsh/aliases.zsh".source = "${assetsDir}/aliases.zsh";
xdg.configFile."zsh/history.zsh".source = "${assetsDir}/history.zsh";
};
}
+11 -1
View File
@@ -1,6 +1,16 @@
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
{
config,
pkgs,
lib,
user,
inputs,
flakeRoot,
...
}:
{
imports = [
./flatpaks.nix
./packages.nix
./accessibility/top.nix
./file_management/top.nix
./gaming/top.nix