non important commit
This commit is contained in:
parent
3cf1656ab2
commit
effb13606d
2 changed files with 14 additions and 5 deletions
|
|
@ -21,13 +21,18 @@
|
|||
portal.enable = true;
|
||||
};
|
||||
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
withUWSM = true;
|
||||
package = inputs.hyprland.packages."x86_64-linux".hyprland;
|
||||
portalPackage = inputs.hyprland.packages."x86_64-linux".xdg-desktop-portal-hyprland;
|
||||
programs = {
|
||||
hyprland = {
|
||||
enable = true;
|
||||
withUWSM = true;
|
||||
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 = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -41,6 +41,10 @@
|
|||
fastfetch
|
||||
}
|
||||
|
||||
def flake [command?: string] {
|
||||
|
||||
}
|
||||
|
||||
def edit [user_file?: path] {
|
||||
let file = if ($user_file | is-empty) {
|
||||
pwd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue