mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: animu night no longer discord requiring
This commit is contained in:
parent
7e70c182e5
commit
ca97476a47
10 changed files with 91 additions and 23 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{tree, ...}: {
|
||||
imports = with tree.home.profiles; [
|
||||
shell
|
||||
neovim
|
||||
];
|
||||
}
|
||||
|
|
|
|||
5
home/profiles/graphical/neovim.nix
Normal file
5
home/profiles/graphical/neovim.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{tree, ...}: {
|
||||
imports = with tree.home.profiles; [
|
||||
neovim
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue