non important commit

This commit is contained in:
maxstrb 2025-10-02 16:28:14 +02:00
parent 3cf1656ab2
commit effb13606d
2 changed files with 14 additions and 5 deletions

View file

@ -21,13 +21,18 @@
portal.enable = true; portal.enable = true;
}; };
programs.hyprland = { programs = {
enable = true; hyprland = {
withUWSM = true; enable = true;
package = inputs.hyprland.packages."x86_64-linux".hyprland; withUWSM = true;
portalPackage = inputs.hyprland.packages."x86_64-linux".xdg-desktop-portal-hyprland; package = inputs.hyprland.packages."x86_64-linux".hyprland;
portalPackage = inputs.hyprland.packages."x86_64-linux".xdg-desktop-portal-hyprland;
};
hyprlock.enable = true;
}; };
security.pam.services.hyprlock = {};
services = { services = {
xserver = { xserver = {
enable = true; enable = true;

View file

@ -41,6 +41,10 @@
fastfetch fastfetch
} }
def flake [command?: string] {
}
def edit [user_file?: path] { def edit [user_file?: path] {
let file = if ($user_file | is-empty) { let file = if ($user_file | is-empty) {
pwd pwd