s/theme/color

This commit is contained in:
iFargle 2024-01-05 16:17:13 +09:00
parent d0dac1c236
commit e7a2c8c100
13 changed files with 13 additions and 13 deletions

View file

@ -1,5 +1,5 @@
# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix
{ lib, hostname, username, theme, ... }: {
{ lib, hostname, username, ... }: {
imports = [
./gnome-dconf.nix
];

View file

@ -1,4 +1,4 @@
{ pkgs, inputs, theme, color, ... }: {
{ pkgs, inputs, color, ... }: {
imports = [
inputs.stylix.homeManagerModules.stylix
./colors/${color}.nix

View file

@ -1,4 +1,4 @@
{ theme, hostname, ... }: {
{ hostname, ... }: {
imports = [
./bash.nix
./btop.nix

View file

@ -1,4 +1,4 @@
{ theme, pkgs, platform, ... }: {
{ pkgs, platform, ... }: {
programs.doom-emacs = {
emacsPackage = pkgs.emacs;
enable = true;

View file

@ -1,4 +1,4 @@
{ theme, hostname, ... }: {
{ hostname, ... }: {
imports = [
./kitty.nix
./firefox.nix

View file

@ -1,4 +1,4 @@
{ inputs, config, pkgs, theme, ... }: {
{ inputs, config, pkgs, color, ... }: {
# home.file.".mozilla/firefox/nix-user-profile/chrome/firefox-gnome-theme".source = inputs.firefox-gnome-theme;

View file

@ -1,4 +1,4 @@
{ theme, ... }: {
{ ... }: {
# Kitty Conf
# https://sw.kovidgoyal.net/kitty/conf/

View file

@ -1,4 +1,4 @@
{ lib, config, pkgs, inputs, hostname, platform, username, desktop, theme, hmStateVersion, ... }: {
{ lib, config, pkgs, inputs, hostname, platform, username, desktop, color, hmStateVersion, ... }: {
imports = [
# Doom-Emacs input import
inputs.doom-emacs.hmModule

View file

@ -1,4 +1,4 @@
{ theme, ... }: {
{ ... }: {
wayland.windowManager.hyprland = {
settings = {
monitor = ",highrr,auto,1.25";

View file

@ -1,4 +1,4 @@
{ lib, config, pkgs, inputs, hostname, platform, username, desktop, theme, hmStateVersion, ... }: {
{ lib, config, pkgs, inputs, hostname, platform, username, desktop, color, hmStateVersion, ... }: {
imports = [
# Common configs
./common/software/cli/bash.nix

View file

@ -1,4 +1,4 @@
{ lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, platform, theme, ... }: {
{ lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, platform, color, ... }: {
imports = [
# Modules
inputs.disko.nixosModules.disko

View file

@ -1,4 +1,4 @@
{ lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, platform, theme, ... }: {
{ lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, platform, color, ... }: {
imports = [
# Services
./common/services/openssh.nix

View file

@ -1,4 +1,4 @@
{ lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, platform, theme, ... }: {
{ lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, platform, color, ... }: {
imports = [
# Modules
inputs.disko.nixosModules.disko