diff --git a/modules/system.nix b/modules/system.nix new file mode 100644 index 0000000..43f7157 --- /dev/null +++ b/modules/system.nix @@ -0,0 +1,5 @@ +{ ... }: { + imports = [ + ../packages/firefox/default.nix + ]; +} diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 0be4bce..f05d7cc 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -2,7 +2,7 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - ../packages/firefox/default.nix + ../modules/system.nix ]; # Bootloader. diff --git a/packages/hyprland/custom/general.conf b/packages/hyprland/custom/general.conf index 8fe9a12..b0a1b6a 100644 --- a/packages/hyprland/custom/general.conf +++ b/packages/hyprland/custom/general.conf @@ -113,7 +113,7 @@ master { # https://wiki.hyprland.org/Configuring/Variables/#misc misc { force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers - disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :( + disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :( }