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;
|
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;
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue