mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 09:50:14 +08:00
hyprland: kitty, wofi, dunst
This commit is contained in:
parent
bbf97168f4
commit
e3e6a7dd7b
1 changed files with 6 additions and 2 deletions
|
|
@ -11,7 +11,11 @@ in
|
|||
# make sure to also set the portal package, so that they are in sync
|
||||
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
||||
};
|
||||
environment.systemPackages = [
|
||||
pkgs.kitty
|
||||
home-manager.sharedModules = [{
|
||||
services.dunst.enable = true;
|
||||
}];
|
||||
environment.systemPackages = with pkgs; [
|
||||
kitty
|
||||
wofi
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue