Move zsh configuration
All checks were successful
/ check (push) Successful in 1m38s

This commit is contained in:
Oliver Davies 2025-07-28 02:34:00 +01:00
parent cff83d9373
commit 556de5e482
23 changed files with 234 additions and 285 deletions

View file

@ -1,7 +0,0 @@
{ outputs, ... }:
{
imports = [
outputs.homeManagerModules.default
];
}

View file

@ -1,14 +1,6 @@
{ pkgs, ... }:
{
imports = [ ../common ];
features = {
cli = {
zsh.enable = true;
};
};
home.packages = with pkgs; [
count-tags
create-script

View file

@ -1,7 +1 @@
{
imports = [ ../common ];
features = {
cli.zsh.enable = true;
};
}
{ }

View file

@ -2,15 +2,9 @@
{
imports = [
../common
./nixedo/email-filters.nix
];
features.cli = {
zsh.enable = true;
};
home.packages = with pkgs; [
import-to-jellyfin
vix

View file

@ -2,16 +2,9 @@
{
imports = [
../common
./t480/gammastep.nix
];
features = {
cli = {
zsh.enable = true;
};
};
programs = {
zsh.shellAliases =
let

View file

@ -1,3 +1 @@
{
imports = [ ../common ];
}
{ }