mirror of
https://github.com/danbulant/dotfiles
synced 2026-09-17 13:23:51 +00:00
fixup outputs + dark mode
This commit is contained in:
parent
fb3465bcca
commit
01e1d31a36
2 changed files with 2 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ hl.exec_cmd("gsettings set org.gnome.desktop.interface font-hinting 'full'")
|
|||
|
||||
-- DMS 1.5+ owns these fragments. In particular, Display Settings rewrites outputs.lua.
|
||||
-- require("dms.colors")
|
||||
-- require("dms.outputs")
|
||||
require("dms/outputs")
|
||||
-- require("dms.layout")
|
||||
-- require("dms.cursor")
|
||||
-- require("dms.binds")
|
||||
|
|
|
|||
|
|
@ -454,6 +454,7 @@ in
|
|||
};
|
||||
gtk = {
|
||||
enable = true;
|
||||
colorScheme = "dark";
|
||||
};
|
||||
programs.man.enable = false;
|
||||
services.lorri.enable = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue