wip - fixes to import and config location

This commit is contained in:
2025-01-30 10:54:27 +01:00
parent 1cd68c8ce1
commit 75619e70bb
6 changed files with 53 additions and 42 deletions

View File

@@ -1,9 +0,0 @@
{
config,
lib,
pkgs,
...
}:
{
services.flatpak.enable = true;
}

View File

@@ -5,12 +5,9 @@
...
}:
{
programs.uwsm.enable = true;
programs.hyprland = {
enable = true;
xwayland.enable = false;
withUWSM = true;
};
# launch hyprland on login
@@ -27,9 +24,6 @@
# };
# };
environment.systemPackages = with pkgs; [
waybar
];
# systemd.user.targets.hyprland-session.Unit.Wants = [ "xdg-desktop-autostart.target" ];
}