mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
nix-darwin home-manager
This commit is contained in:
parent
a715a2841b
commit
1bbdd77d5c
1 changed files with 10 additions and 3 deletions
|
|
@ -1,12 +1,19 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./default.nix
|
./default.nix
|
||||||
./programs/shell.nix
|
# Shell
|
||||||
|
./programs/shell/zsh.nix
|
||||||
|
./programs/shell/fish.nix
|
||||||
|
|
||||||
|
# IME
|
||||||
|
./programs/rime.nix
|
||||||
|
./programs/nvim.nix
|
||||||
|
./programs/fzf.nix
|
||||||
|
./programs/sdcv.nix
|
||||||
|
|
||||||
../../modules/home/dev/nix.nix
|
../../modules/home/dev/nix.nix
|
||||||
../../modules/home/programs/eza.nix
|
../../modules/home/programs/eza.nix
|
||||||
../../modules/home/programs/fzf.nix
|
|
||||||
../../modules/home/programs/lsd.nix
|
../../modules/home/programs/lsd.nix
|
||||||
../../modules/home/programs/nvim.nix
|
|
||||||
../../modules/home/programs/starship.nix
|
../../modules/home/programs/starship.nix
|
||||||
../../modules/home/programs/zoxide.nix
|
../../modules/home/programs/zoxide.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue