Home manager

This commit is contained in:
2026-02-26 17:44:04 +01:00
parent 9ff59705c0
commit 3bf52e9e1d
2 changed files with 8 additions and 6 deletions

View File

@@ -1,11 +1,5 @@
{ pkgs, ... }:
{
programs.hyprland = {
enable = true;
withUWSM = true;
xwayland.enable = true;
};
environment.systemPackages = with pkgs; [
wofi
waybar
@@ -17,4 +11,11 @@
hyprshot
wayvnc
];
programs.hyprland = {
enable = true;
withUWSM = true;
xwayland.enable = true;
};
}