mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds modules to be selected for violet
This commit is contained in:
parent
d161afbff4
commit
c3887ae4c5
1 changed files with 5 additions and 0 deletions
5
modules/services/violet.nix
Normal file
5
modules/services/violet.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ ...}: {
|
||||
imports =
|
||||
[(import ./iceshrimp.nix)];
|
||||
# ++ [(import ./tmux.nix)];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue