@hyprland +uwsm

This commit is contained in:
m3tam3re
2025-02-12 11:12:32 +01:00
parent bd97658bd2
commit e0dda1eb0a
8 changed files with 36 additions and 4 deletions

View File

@ -12,6 +12,11 @@
inputs.home-manager.nixosModules.home-manager
];
environment.pathsToLink = [
"/share/xdg-desktop-portal"
"/share/applications"
];
home-manager = {
useUserPackages = true;
extraSpecialArgs = {inherit inputs outputs;};