mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
macos: add maccy
This commit is contained in:
parent
3e918ef856
commit
e12aee3f4e
1 changed files with 5 additions and 0 deletions
|
|
@ -1,7 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./all/zsh.nix
|
||||
./all/nushell.nix
|
||||
# ./all/emacs.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
maccy
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue