- Removed extensive GNOME settings from default.nix and replaced with a simplified import structure. - Created new default.nix for GNOME programs to streamline configuration. - Added ghostty terminal emulator with Fish integration and custom settings. - Introduced a new theme configuration with Qogir icon theme and Stylix integration. - Added new wallpapers and theme YAML for Invincible theme. - Updated rune configuration to include desktop entries for NixOS and Windows 11 VMs. - Added monitors.xml configuration for multi-monitor setups. - Updated global GNOME configuration to enable auto-login and refine package exclusions.
7 lines
60 B
Nix
7 lines
60 B
Nix
{
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
imports = lib.custom.scanPaths ./.;
|
|
}
|