mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
configured lockscreen
This commit is contained in:
parent
fd3f3dd2a7
commit
c8bca81c12
7 changed files with 69 additions and 45 deletions
|
@ -1,20 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
xorg.xmodmap
|
||||
];
|
||||
# Configure keymap in X11
|
||||
services.xserver.layout = "us";
|
||||
services.xserver.xkbVariant = "dvorak-alt-intl";
|
||||
|
||||
# Port this to wayland TODO. doesn't even work with gdm lmao
|
||||
#services.xserver.displayManager.setupCommands =
|
||||
#"${pkgs.xorg.xmodmap}/bin/xmodmap ${pkgs.writeText "xkb-layout" ''
|
||||
#keycode 108 = Mode_switch
|
||||
#keycode 94 = Shift_L NoSymbol Shift_L
|
||||
#keysym a = a A adiaeresis Adiaeresis
|
||||
#keysym o = o O odiaeresis Odiaeresis
|
||||
#keysym u = u U udiaeresis Udiaeresis
|
||||
#keysym s = s S ssharp
|
||||
#''}";
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
# This is a fix for zsh in the home manager
|
||||
# If you only enable it in home manager, some important files for completion are missing
|
||||
programs.zsh.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue