adds zellij-switch
This commit is contained in:
parent
3948af39bf
commit
9d5c30afd0
3 changed files with 12 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue