nix: Add sdcv

This commit is contained in:
js0ny 2025-10-19 18:12:07 +01:00
parent 608cd05802
commit a9d8bcb500
16 changed files with 267 additions and 112 deletions

View file

@ -1,7 +1,22 @@
{...}: {
{
pkgs,
inputs,
...
}: {
programs.hyprland = {
enable = true;
withUWSM = false;
xwayland.enable = true;
};
environment.systemPackages = [
inputs.caelestia-shell.packages.x86_64-linux.default
pkgs.mako
pkgs.rofi-wayland
pkgs.xdg-desktop-portal-wlr
pkgs.xdg-desktop-portal-hyprland
pkgs.hyprpolkitagent
pkgs.cliphist
pkgs.grimblast
];
}