fixes pacakges
This commit is contained in:
parent
b0481762ac
commit
38c86950b1
1 changed files with 1 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ config, ... }:
|
||||
{
|
||||
xdg.configFile."zellij/config.kdl" = {
|
||||
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/dev/nix-config/modules/zellij/config.kdl";
|
||||
|
|
@ -12,9 +12,4 @@
|
|||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = lib.mkAfter (with pkgs; [
|
||||
zellij
|
||||
zellij-switch
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue