up
This commit is contained in:
5
modules/home-manager/nixos/default.nix
Normal file
5
modules/home-manager/nixos/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
./terminal/zellij.nix
|
||||
];
|
||||
}
|
||||
5
modules/home-manager/nixos/terminal/zellij.nix
Normal file
5
modules/home-manager/nixos/terminal/zellij.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
programs.zellij = {
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user