mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-24 07:15:07 -05:00
home: add theme selections
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
./global
|
||||
{ inputs, ... }: {
|
||||
imports = [ ./global
|
||||
./features/cli
|
||||
./features/desktop/hyprland
|
||||
./features/trusted
|
||||
@@ -41,4 +40,5 @@
|
||||
enabled = true;
|
||||
}
|
||||
];
|
||||
colorscheme = inputs.nix-colors.colorSchemes.spaceduck;
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
{
|
||||
{ inputs, ... }: {
|
||||
imports = [ ./global ];
|
||||
colorscheme = inputs.nix-colors.colorSchemes.silk-dark;
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ in
|
||||
overlays = with outputs.overlays; [ additions wallpapers modifications ];
|
||||
};
|
||||
|
||||
colorscheme = lib.mkDefault inputs.nix-colors.colorSchemes.dracula;
|
||||
colorscheme = lib.mkDefault colorSchemes.dracula;
|
||||
wallpaper = lib.mkDefault (nixWallpaperFromScheme {
|
||||
scheme = config.colorscheme;
|
||||
width = 2560;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
{
|
||||
{ inputs, ... }: {
|
||||
imports = [ ./global ];
|
||||
colorscheme = inputs.nix-colors.colorSchemes.nord;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{ inputs, ... }: {
|
||||
imports = [
|
||||
./global
|
||||
./features/cli
|
||||
@@ -13,4 +13,5 @@
|
||||
height = 1080;
|
||||
workspace = "1";
|
||||
}];
|
||||
colorscheme = inputs.nix-colors.colorSchemes.paraiso;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user