mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-15 00:31:07 +02:00
updates and misc fixes
This commit is contained in:
parent
0cf89b0ae4
commit
8e46bfc662
4 changed files with 22 additions and 9 deletions
9
users/rouven/modules/zellij/default.nix
Normal file
9
users/rouven/modules/zellij/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
settings = {
|
||||
theme = "dracula";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue