- Adds new settings for color and auto-accent features - Removes redundant media-key and text editor settings - Streamlines GNOME shell extensions configuration - Unifies import directives in host-specific default configurations
11 lines
249 B
Nix
11 lines
249 B
Nix
{ lib, ... }:
|
|
{
|
|
imports = lib.custom.scanPaths ./.;
|
|
|
|
# home.file.".config/monitors_source" = {
|
|
# source = ./monitors.xml;
|
|
# onChange = ''
|
|
# cp $HOME/.config/monitors_source $HOME/.config/monitors.xml
|
|
# '';
|
|
# };
|
|
}
|