Remove host-specific Home Manager configurations
This commit is contained in:
parent
c88993e4b5
commit
8a4222cd88
6 changed files with 0 additions and 29 deletions
|
@ -1,12 +1,2 @@
|
||||||
{
|
{
|
||||||
outputs,
|
|
||||||
hostname,
|
|
||||||
username,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports = builtins.attrValues outputs.homeManagerModules ++ [
|
|
||||||
../../home/${username}/hosts/${hostname}.nix
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
{ }
|
|
|
@ -1 +0,0 @@
|
||||||
{ }
|
|
|
@ -1 +0,0 @@
|
||||||
{ }
|
|
|
@ -1 +0,0 @@
|
||||||
{ }
|
|
|
@ -1,15 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
displayselect
|
|
||||||
isync
|
|
||||||
upload-to-files
|
|
||||||
];
|
|
||||||
|
|
||||||
programs.neomutt = {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
vimKeys = true;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue