adds zellij-switch

This commit is contained in:
Dennis Schoepf 2025-12-04 22:30:06 +01:00
parent 3948af39bf
commit 9d5c30afd0
3 changed files with 12 additions and 4 deletions

View file

@ -23,9 +23,14 @@
nix.settings.trusted-users = [ "dennis" ];
nixpkgs.config = {
allowUnfree = true;
allowUnsupportedSystem = true;
nixpkgs = {
config = {
allowUnfree = true;
allowUnsupportedSystem = true;
};
overlays = [
inputs.zellij-switch.overlays.default
];
};
# System Packages
@ -65,6 +70,7 @@
restic
devenv
zellij
zellij-switch
];
# Homebrew