refactor: config/hosts => hosts
This commit is contained in:
25
hosts/imxyy-nix-server/home.nix
Normal file
25
hosts/imxyy-nix-server/home.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
my = {
|
||||
cli.all.enable = true;
|
||||
cli.media.all.enable = lib.mkForce false;
|
||||
coding.editor.neovim.enable = true;
|
||||
coding.misc.enable = true;
|
||||
coding.langs.lua.enable = true;
|
||||
coding.langs.rust.enable = true;
|
||||
coding.langs.js.enable = true;
|
||||
fonts.enable = lib.mkForce false;
|
||||
persist = {
|
||||
enable = true;
|
||||
homeDirs = [
|
||||
"workspace"
|
||||
"Virt"
|
||||
|
||||
".local/state"
|
||||
".cache"
|
||||
|
||||
".ollama"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user