forked from foxora/nix
#1 hater of infinite recursion
This commit is contained in:
parent
43b04c3f8a
commit
a5bb1d1cc1
31 changed files with 946 additions and 851 deletions
|
|
@ -1,8 +1,4 @@
|
|||
{ inputs, lib, pkgs, ... }:
|
||||
let
|
||||
unstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system};
|
||||
in
|
||||
{
|
||||
{...}: {
|
||||
# the theme file template for zellij is in wallust
|
||||
|
||||
programs.zellij = {
|
||||
|
|
@ -10,8 +6,8 @@ in
|
|||
enableZshIntegration = false;
|
||||
|
||||
extraConfig = ''
|
||||
theme "test"
|
||||
show_startup_tips false
|
||||
theme "test"
|
||||
show_startup_tips false
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue