chore: trying gnome again

This commit is contained in:
Nick 2025-02-02 22:55:38 -06:00
parent 2ede55a7ee
commit 616c51118f
105 changed files with 101 additions and 15 deletions

View file

@ -0,0 +1,27 @@
{ instancesFunctions }:
let
inherit (instancesFunctions)
domain3
servicePath
sslPath
sopsPath
;
postfixLabel = "Postfix";
postfixName = "postfix";
in
{
label = postfixLabel;
name = postfixName;
sops = {
path0 = "${sopsPath}/${postfixName}";
};
subdomain = postfixName;
paths = {
path0 = "${servicePath}/${postfixLabel}";
};
ssl = {
cert = "${sslPath}/${domain3}/fullchain.pem";
key = "${sslPath}/${domain3}/key.pem";
};
}

0
config/instances/config/smtp.nix Normal file → Executable file
View file

View file

@ -84,7 +84,7 @@
./profiles/user0
./profiles/user1
config.nixosModules.desktop
config.nixosModules.hyprland
config.nixosModules.gnome
config.nixosModules.personal
config.nixosModules.shared
config.nixosModules.sops

View file

@ -50,7 +50,7 @@ in
messaging
sharing
tools
desktop
gnome
;
};
};

View file

@ -64,16 +64,16 @@ in
];
keyword = instances.forgejo.label;
}
{
name = instances.hledger.label;
url = "http://localhost.${builtins.toString instances.hledger.ports.port0}";
tags = [
instances.hledger.name
"hledger"
"finances"
];
keyword = instances.hledger.label;
}
# {
# name = instances.hledger.label;
# url = "http://localhost.${builtins.toString instances.hledger.ports.port0}";
# tags = [
# instances.hledger.name
# "hledger"
# "finances"
# ];
# keyword = instances.hledger.label;
# }
{
name = "${instances.jellyfin.label} (Internet)";
url = "https://${instances.jellyfin.name}.${instances.web.domains.url0}";

View file

@ -2,9 +2,18 @@
name = "Tools";
toolbar = false;
bookmarks = [
{
name = "Mullvad";
url = "https://mullvad.net";
tags = [
"mullvad"
"vpn"
];
keyword = "Mull";
}
{
name = "Cyanophage Layout Analyzer";
url = "https://cyanophage.github.io/";
url = "https://cyanophage.github.io";
tags = [
"cyanophage"
"keyboard"
@ -12,6 +21,15 @@
];
keyword = "Layout";
}
{
name = "Smtp2Go";
url = "https://app-us.smtp2go.com/dashboard/main";
tags = [
"smtp"
"email"
];
keyword = "Smtp";
}
{
name = "Oryx";
url = "https://configure.zsa.io/moonlander";

0
home/modules/gui/apps/media/llms/alpaca/default.nix Normal file → Executable file
View file

View file

@ -5,8 +5,9 @@
{
home.packages = builtins.attrValues {
inherit (pkgs)
catppuccin
catppuccin-gtk
# mullvad
mullvad-closest
mullvad-vpn
;
};
}

View file

@ -0,0 +1,23 @@
{ pkgs, ... }:
{
home.packages = builtins.attrValues {
inherit (pkgs)
gnome-connections
gnome-tweaks
gnome-shell-extensions
gnome-remote-desktop
;
inherit (pkgs.gnomeExtensions)
tiling-shell
keep-awake
notification-banner-reloaded
no-overview
wallpaper-slideshow
dash-to-panel
just-perfection
appindicator
tiling-assistant
start-overlay-in-application-view
;
};
}

View file

@ -0,0 +1,10 @@
let
content = builtins.readDir ./.;
dirContent = builtins.filter (n: content.${n} == "directory") (builtins.attrNames content);
importList = map (name: ./. + "/${name}") dirContent;
in
{
imports = importList;
}

View file

Before

Width:  |  Height:  |  Size: 578 KiB

After

Width:  |  Height:  |  Size: 578 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 201 KiB

After

Width:  |  Height:  |  Size: 201 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 808 KiB

After

Width:  |  Height:  |  Size: 808 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 578 KiB

After

Width:  |  Height:  |  Size: 578 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 3.3 MiB

After

Width:  |  Height:  |  Size: 3.3 MiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 5.1 MiB

After

Width:  |  Height:  |  Size: 5.1 MiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 3.5 MiB

After

Width:  |  Height:  |  Size: 3.5 MiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 632 KiB

After

Width:  |  Height:  |  Size: 632 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 8.2 MiB

After

Width:  |  Height:  |  Size: 8.2 MiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 3.3 MiB

After

Width:  |  Height:  |  Size: 3.3 MiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 833 KiB

After

Width:  |  Height:  |  Size: 833 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 467 KiB

After

Width:  |  Height:  |  Size: 467 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 2 MiB

After

Width:  |  Height:  |  Size: 2 MiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Before After
Before After

Some files were not shown because too many files have changed in this diff Show more