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
|
||||
{ lib, hostname, username, theme, ... }: {
|
||||
{ lib, hostname, username, ... }: {
|
||||
imports = [
|
||||
./gnome-dconf.nix
|
||||
];
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, inputs, theme, color, ... }: {
|
||||
{ pkgs, inputs, color, ... }: {
|
||||
imports = [
|
||||
inputs.stylix.homeManagerModules.stylix
|
||||
./colors/${color}.nix
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ theme, hostname, ... }: {
|
||||
{ hostname, ... }: {
|
||||
imports = [
|
||||
./bash.nix
|
||||
./btop.nix
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ theme, pkgs, platform, ... }: {
|
||||
{ pkgs, platform, ... }: {
|
||||
programs.doom-emacs = {
|
||||
emacsPackage = pkgs.emacs;
|
||||
enable = true;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ theme, hostname, ... }: {
|
||||
{ hostname, ... }: {
|
||||
imports = [
|
||||
./kitty.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;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ theme, ... }: {
|
||||
{ ... }: {
|
||||
# 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 = [
|
||||
# Doom-Emacs input import
|
||||
inputs.doom-emacs.hmModule
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ theme, ... }: {
|
||||
{ ... }: {
|
||||
wayland.windowManager.hyprland = {
|
||||
settings = {
|
||||
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 = [
|
||||
# Common configs
|
||||
./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 = [
|
||||
# Modules
|
||||
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 = [
|
||||
# Services
|
||||
./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 = [
|
||||
# Modules
|
||||
inputs.disko.nixosModules.disko
|
||||
|
|
Loading…
Reference in a new issue