This commit is contained in:
parent
cff83d9373
commit
556de5e482
23 changed files with 234 additions and 285 deletions
|
@ -1,7 +0,0 @@
|
|||
{ outputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
outputs.homeManagerModules.default
|
||||
];
|
||||
}
|
|
@ -1,14 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ../common ];
|
||||
|
||||
features = {
|
||||
cli = {
|
||||
zsh.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
count-tags
|
||||
create-script
|
||||
|
|
|
@ -1,7 +1 @@
|
|||
{
|
||||
imports = [ ../common ];
|
||||
|
||||
features = {
|
||||
cli.zsh.enable = true;
|
||||
};
|
||||
}
|
||||
{ }
|
||||
|
|
|
@ -2,15 +2,9 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
../common
|
||||
|
||||
./nixedo/email-filters.nix
|
||||
];
|
||||
|
||||
features.cli = {
|
||||
zsh.enable = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
import-to-jellyfin
|
||||
vix
|
||||
|
|
|
@ -2,16 +2,9 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
../common
|
||||
./t480/gammastep.nix
|
||||
];
|
||||
|
||||
features = {
|
||||
cli = {
|
||||
zsh.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
zsh.shellAliases =
|
||||
let
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
{
|
||||
imports = [ ../common ];
|
||||
}
|
||||
{ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue