This commit is contained in:
Emmet 2025-10-26 11:17:06 -05:00
parent 98b74c560c
commit da4e23a0d9
48 changed files with 71 additions and 3897 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ...}:
{ config, lib, ...}:
let
cfg = config.systemSettings.brave;

View file

@ -1,4 +1,4 @@
{ lib, config, pkgs, inputs, ... }:
{ lib, config, pkgs, ... }:
let
cfg = config.systemSettings.gaming;

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, config, lib, ... }:
{ pkgs, config, lib, ... }:
let
cfg = config.systemSettings.gnome;

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, pkgs-stable, config, lib, ... }:
{ inputs, pkgs, config, lib, ... }:
let
cfg = config.systemSettings.hyprland;
@ -48,7 +48,7 @@ in
enableHidpi = true;
theme = "sddm-astronaut-theme";
package = pkgs.kdePackages.sddm;
extraPackages = with pkgs; [
extraPackages = with pkgs; [
(sddm-astronaut.override {
themeConfig = {
background = config.stylix.image;

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, inputs, ... }:
{ config, pkgs, ... }:
{
config = {

View file

@ -1,15 +1,15 @@
{ config, lib, pkgs, ... }:
{ lib, pkgs, ... }:
{
config = {
nixpkgs.overlays = [
(self: super:
{
ranger = super.ranger.overrideAttrs (oldAttrs: rec {
ranger = super.ranger.overrideAttrs (oldAttrs: {
preConfigure = ''
substituteInPlace ranger/__init__.py \
--replace "DEFAULT_PAGER = 'less'" "DEFAULT_PAGER = '${lib.getBin pkgs.bat}/bin/bat'"
# give image previews out of the box when building with w3m
substituteInPlace ranger/config/rc.conf \
--replace "set preview_images false" "set preview_images true"

View file

@ -1,4 +1,4 @@
{ config, lib, inputs, ... }:
{ config, lib, ... }:
{
options = {