feat(server): enable nvf.
This commit is contained in:
parent
26da4044dd
commit
a9bb0d10c6
2 changed files with 11 additions and 2 deletions
|
@ -1,11 +1,18 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
home.username = "banir";
|
||||
home.homeDirectory = "/home/banir";
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
imports = [../../modules/cross-platform/home-manager/zsh.nix];
|
||||
imports = [
|
||||
../../modules/cross-platform/home-manager/zsh.nix
|
||||
inputs.nvf.homeManagerModules.default
|
||||
];
|
||||
|
||||
crony.zsh.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue