[vega] Removes lock because it isn't working. [shell] Fixes aliases
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
imports =
|
||||
map (x: ../../../home-manager + x) [
|
||||
@@ -32,6 +32,13 @@
|
||||
userEmail = "periodic@blazestar.net";
|
||||
};
|
||||
|
||||
# TODO: Hyprlock is not working correctly on this system and is showing the
|
||||
# desktop but the screen is still locked. Disabling it for now.
|
||||
services.hypridle.settings.general = {
|
||||
lock_cmd = lib.mkForce "";
|
||||
before_sleep_cmd = lib.mkForce "";
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
# Set up eww here because it's based on the monitor configuration
|
||||
# Eww is idempotent, so it's fine to just run it on every reload to make sure things are open
|
||||
|
||||
Reference in New Issue
Block a user