62 current 2024-02-27 23:23:49 23.11.4801.b7ee09cf5614 6.1.79 *

Signed-off-by: Sky Hearn <sky.hearn@pm.me>
This commit is contained in:
Sky Hearn 2024-02-27 23:23:52 -08:00
parent a65dc9ea24
commit b493fb88c5
2 changed files with 7 additions and 2 deletions

View File

@ -52,6 +52,10 @@
# Enable the X11 windowing system.
services.xserver.enable = true;
services.xserver.displayManager.sessionCommands = ''
slstatus &
nitrogen --restore &
'';
# Configure keymap in X11
services.xserver.xkb.layout = "us";
@ -99,6 +103,7 @@
backend = "glx";
};
programs.bash = {
enable = true;
shellAliases = {
@ -152,7 +157,7 @@
description = "Clipcat Daemon";
serviceConfig = {
ExecStart = ''/usr/bin/clipcatd --no-daemon --replace''; # TODO: find where to actually run clipcatd
ExecStart = ''${pkgs.clipcat}/bin/clipcatd --no-daemon --replace'';
Restart = "on-failure";
Type = "simple";
};

2
dwm

@ -1 +1 @@
Subproject commit 9f8855343c881bdc01b9fff5b956537ba1106b76
Subproject commit 1a7ba5c47946d78d6f3e4e6ee218c9f32f7c8ccc