62 current 2024-02-27 23:23:49 23.11.4801.b7ee09cf5614 6.1.79 *
This commit is contained in:
parent
9ee4009437
commit
7b2d100cd3
|
@ -52,6 +52,10 @@
|
||||||
|
|
||||||
# Enable the X11 windowing system.
|
# Enable the X11 windowing system.
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
|
services.xserver.displayManager.sessionCommands = ''
|
||||||
|
slstatus &
|
||||||
|
nitrogen --restore &
|
||||||
|
'';
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
services.xserver.xkb.layout = "us";
|
services.xserver.xkb.layout = "us";
|
||||||
|
@ -99,6 +103,7 @@
|
||||||
backend = "glx";
|
backend = "glx";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
@ -152,7 +157,7 @@
|
||||||
description = "Clipcat Daemon";
|
description = "Clipcat Daemon";
|
||||||
|
|
||||||
serviceConfig = {
|
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";
|
Restart = "on-failure";
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
};
|
};
|
||||||
|
|
2
dwm
2
dwm
|
@ -1 +1 @@
|
||||||
Subproject commit 9f8855343c881bdc01b9fff5b956537ba1106b76
|
Subproject commit 1a7ba5c47946d78d6f3e4e6ee218c9f32f7c8ccc
|
Loading…
Reference in New Issue