Overlay to get access to unstable branch, added Ghostty as dep
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
pkgs,
|
||||
outputs,
|
||||
...
|
||||
}:
|
||||
|
||||
@ -22,6 +23,8 @@
|
||||
./sddm.nix
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [ outputs.overlays.unstable-packages ];
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
@ -60,6 +63,7 @@
|
||||
gnupg
|
||||
wget
|
||||
kitty
|
||||
unstable.ghostty
|
||||
xdg-utils
|
||||
xdg-desktop-portal-gtk
|
||||
kdePackages.qtwayland
|
||||
|
Reference in New Issue
Block a user