[Init]
This commit is contained in:
14
hosts/asgard/home.nix
Executable file
14
hosts/asgard/home.nix
Executable file
@@ -0,0 +1,14 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [];
|
||||
stateVersion = "22.05";
|
||||
};
|
||||
|
||||
programs = {
|
||||
zsh = {
|
||||
enable = true;
|
||||
# FIND SETTINGS FROM /home/cli/zsh
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user