s/theme/color
This commit is contained in:
parent
d0dac1c236
commit
e7a2c8c100
13 changed files with 13 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix
|
# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix
|
||||||
{ lib, hostname, username, theme, ... }: {
|
{ lib, hostname, username, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./gnome-dconf.nix
|
./gnome-dconf.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, inputs, theme, color, ... }: {
|
{ pkgs, inputs, color, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.stylix.homeManagerModules.stylix
|
inputs.stylix.homeManagerModules.stylix
|
||||||
./colors/${color}.nix
|
./colors/${color}.nix
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ theme, hostname, ... }: {
|
{ hostname, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./bash.nix
|
./bash.nix
|
||||||
./btop.nix
|
./btop.nix
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ theme, pkgs, platform, ... }: {
|
{ pkgs, platform, ... }: {
|
||||||
programs.doom-emacs = {
|
programs.doom-emacs = {
|
||||||
emacsPackage = pkgs.emacs;
|
emacsPackage = pkgs.emacs;
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ theme, hostname, ... }: {
|
{ hostname, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./kitty.nix
|
./kitty.nix
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
|
|
|
@ -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;
|
# home.file.".mozilla/firefox/nix-user-profile/chrome/firefox-gnome-theme".source = inputs.firefox-gnome-theme;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ theme, ... }: {
|
{ ... }: {
|
||||||
# Kitty Conf
|
# Kitty Conf
|
||||||
# https://sw.kovidgoyal.net/kitty/conf/
|
# https://sw.kovidgoyal.net/kitty/conf/
|
||||||
|
|
||||||
|
|
|
@ -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 = [
|
imports = [
|
||||||
# Doom-Emacs input import
|
# Doom-Emacs input import
|
||||||
inputs.doom-emacs.hmModule
|
inputs.doom-emacs.hmModule
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ theme, ... }: {
|
{ ... }: {
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
settings = {
|
settings = {
|
||||||
monitor = ",highrr,auto,1.25";
|
monitor = ",highrr,auto,1.25";
|
||||||
|
|
|
@ -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 = [
|
imports = [
|
||||||
# Common configs
|
# Common configs
|
||||||
./common/software/cli/bash.nix
|
./common/software/cli/bash.nix
|
||||||
|
|
|
@ -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 = [
|
imports = [
|
||||||
# Modules
|
# Modules
|
||||||
inputs.disko.nixosModules.disko
|
inputs.disko.nixosModules.disko
|
||||||
|
|
|
@ -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 = [
|
imports = [
|
||||||
# Services
|
# Services
|
||||||
./common/services/openssh.nix
|
./common/services/openssh.nix
|
||||||
|
|
|
@ -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 = [
|
imports = [
|
||||||
# Modules
|
# Modules
|
||||||
inputs.disko.nixosModules.disko
|
inputs.disko.nixosModules.disko
|
||||||
|
|
Loading…
Reference in a new issue