feat: added other user themes

This commit is contained in:
Nick 2025-01-31 01:49:36 -06:00
parent 6cdbfedc93
commit 1635b0c845
40 changed files with 593 additions and 210 deletions

View file

@ -93,7 +93,7 @@ let
themesSubmodule = lib.types.submodule {
options = {
currentThemes = genOptions stringType "theme";
currentTheme = genOptions stringType "theme";
fonts = {
names = genOptions stringType "name";
sizes = {

View file

@ -0,0 +1,19 @@
{ devicesFunctions }:
let
inherit (devicesFunctions)
ownerExclusiveReadWriteMask
;
in
{
label = "Bartholomew";
name = "bartholomew";
sync = {
address0 = "";
};
ip = {
address0 = "192.168.50.42";
};
boot = {
options = ownerExclusiveReadWriteMask;
};
}

View file

@ -1,6 +1,7 @@
let
currentTheme0 = catppuccin-mocha;
currentTheme1 = catppuccin-macchiato;
currentTheme0 = catppuccin-mocha; # User0 Theme
currentTheme1 = catppuccin-mocha; # User1 Theme
currentTheme2 = catppuccin-mocha; # User2 Theme
brogrammer = "brogrammer";
catppuccin-frappe = "catppuccin-frappe";
@ -23,8 +24,10 @@ let
in
{
themes = {
currentThemes = {
theme0 = currentTheme0;
currentTheme = {
theme0 = currentTheme0; # User0 Theme
theme1 = currentTheme1; # User1 Theme
theme2 = currentTheme2; # User2 Theme
};
cursor = {
name = "";