Migrate to snowfall lib
This commit is contained in:
13
homes/x86_64-darwin/sora@asgard/home.nix
Executable file
13
homes/x86_64-darwin/sora@asgard/home.nix
Executable file
@@ -0,0 +1,13 @@
|
||||
{ pkgs, ... }: {
|
||||
home = {
|
||||
packages = with pkgs; [ ];
|
||||
stateVersion = "23.05";
|
||||
};
|
||||
|
||||
programs = {
|
||||
zsh = {
|
||||
enable = true;
|
||||
# FIND SETTINGS FROM /home/cli/zsh
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user