mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 13:56:11 +01:00
alejandra and dwm xf86 keys
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
{lib, pkgs, config, ...}: {
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
|
||||
];
|
||||
|
||||
# dconf.settings."org/gnome/desktop/interface".color-scheme =
|
||||
|
||||
# dconf.settings."org/gnome/desktop/interface".color-scheme =
|
||||
# if config.colorscheme.variant == "dark"
|
||||
# then "prefer-dark"
|
||||
# else if config.colorscheme.variant == "light"
|
||||
@@ -11,5 +15,4 @@
|
||||
# else "default";
|
||||
|
||||
# xdg.portal.enable = true;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user