Remove host-specific Home Manager configurations

This commit is contained in:
Oliver Davies 2025-04-05 23:29:32 +01:00
parent c88993e4b5
commit 8a4222cd88
6 changed files with 0 additions and 29 deletions

View file

@ -1,12 +1,2 @@
{ {
outputs,
hostname,
username,
...
}:
{
imports = builtins.attrValues outputs.homeManagerModules ++ [
../../home/${username}/hosts/${hostname}.nix
];
} }

View file

@ -1 +0,0 @@
{ }

View file

@ -1 +0,0 @@
{ }

View file

@ -1 +0,0 @@
{ }

View file

@ -1 +0,0 @@
{ }

View file

@ -1,15 +0,0 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
displayselect
isync
upload-to-files
];
programs.neomutt = {
enable = true;
vimKeys = true;
};
}