Add support for asahi nixos (aarch64)
This commit is contained in:
parent
baaa523af9
commit
dd9c5d10d5
24 changed files with 9030 additions and 2 deletions
|
|
@ -1,3 +1,13 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs = {
|
||||
zsh = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
home-manager
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue