mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
glance config update
This commit is contained in:
@@ -34,10 +34,10 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
theme = {
|
theme = {
|
||||||
background-color = rgb-to-hsl "base00";
|
# background-color = rgb-to-hsl "base00";
|
||||||
primary-color = rgb-to-hsl "base0D";
|
# primary-color = rgb-to-hsl "base0D";
|
||||||
positive-color = rgb-to-hsl "base0C";
|
# positive-color = rgb-to-hsl "base0C";
|
||||||
contrast-multiplier = 1.4;
|
# contrast-multiplier = 1.4;
|
||||||
};
|
};
|
||||||
pages = [{
|
pages = [{
|
||||||
hide-desktop-navigation = true;
|
hide-desktop-navigation = true;
|
||||||
@@ -99,10 +99,6 @@ in {
|
|||||||
title = "";
|
title = "";
|
||||||
color = "200 50 50";
|
color = "200 50 50";
|
||||||
links = [
|
links = [
|
||||||
{
|
|
||||||
title = "Search NixOS";
|
|
||||||
url = "https://search-nixos.hadi.diy";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
title = "ProtonMail";
|
title = "ProtonMail";
|
||||||
url = "https://proton.me/mail";
|
url = "https://proton.me/mail";
|
||||||
@@ -121,6 +117,28 @@ in {
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
title = "Docs";
|
||||||
|
color = "200 50 50";
|
||||||
|
links = [
|
||||||
|
{
|
||||||
|
title = "Nixpkgs repo";
|
||||||
|
url = "https://github.com/NixOS/nixpkgs";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
title = "Nixvim";
|
||||||
|
url = "https://nix-community.github.io/nixvim/";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
title = "Hyprland wiki";
|
||||||
|
url = "https://wiki.hyprland.org/";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
title = "Search NixOS";
|
||||||
|
url = "https://search-nixos.hadi.diy";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
{
|
{
|
||||||
title = "Misc";
|
title = "Misc";
|
||||||
color = "200 50 50";
|
color = "200 50 50";
|
||||||
|
|||||||
Reference in New Issue
Block a user