mirror of
https://github.com/larstvei/nix-config.git
synced 2025-10-13 14:30:12 +00:00
Add hyprlock
This commit is contained in:
parent
dc8c6e3fa4
commit
fe9d7f0575
@ -11,6 +11,8 @@
|
||||
../../modules/desktop
|
||||
];
|
||||
|
||||
security.pam.services.hyprlock = { };
|
||||
|
||||
networking.hostName = "larstvei-think";
|
||||
|
||||
# Bootloader.
|
||||
|
@ -1,6 +1,7 @@
|
||||
{ pkgs, nanostatus, ... }:
|
||||
{
|
||||
programs.kitty.enable = true;
|
||||
programs.hyprlock.enable = true;
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
@ -120,8 +121,8 @@
|
||||
"$mod, -, resizeactive, -10"
|
||||
|
||||
"$mod, D, exec, darkman toggle"
|
||||
|
||||
"$mod, space, exec, ${nanostatus.packages.${pkgs.system}.default}/bin/nanostatus-toggle"
|
||||
"$mod, escape, exec, hyprlock"
|
||||
|
||||
# Text input (macOS-like way of producing Norwegian characters)
|
||||
"$mod, A, exec, wtype 'å'"
|
||||
|
Loading…
Reference in New Issue
Block a user