This commit is contained in:
2025-08-07 02:31:51 +03:00
parent 7636a5c4c5
commit 7b728b4a21
13 changed files with 63 additions and 75 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ inputs, ... }@flakeContext:
{
config,
inputs,
lib,
pkgs,
...
+4 -4
View File
@@ -6,13 +6,13 @@
{
environment = {
systemPackages = with pkgs; [
#qogir-kde
#qogir-theme
#whitesur-cursors
qogir-icon-theme
whitesur-gtk-theme
whitesur-icon-theme
#whitesur-cursors
whitesur-kde
qogir-icon-theme
#qogir-theme
#qogir-kde
];
};
}
+1
View File
@@ -1,4 +1,5 @@
{
config,
lib,
...
}:
+9
View File
@@ -0,0 +1,9 @@
{
lib,
...
}:
{
imports = [
../desktop
];
}
-1
View File
@@ -1,4 +1,3 @@
{ inputs, ... }@flakeContext:
{
config,
lib,
+4 -1
View File
@@ -1,15 +1,18 @@
{
config,
lib,
...
}:
{
imports = [
#./cloudflared.nix
#./open-webui.nix
../software/beets
./immich.nix
./mealie.nix
./miniflux.nix
./nextcloud.nix
./nginx.nix
./stirling-pdf.nix
./zerotier.nix
];
}
+1 -1
View File
@@ -1,6 +1,6 @@
{ inputs, ... }@flakeContext:
{
config,
inputs,
lib,
pkgs,
...
+1 -2
View File
@@ -1,4 +1,3 @@
{ inputs, ... }@flakeContext:
{
config,
lib,
@@ -8,7 +7,7 @@
{
services = {
zerotierone = {
enable = enable;
enable = false;
joinNetworks = [
"db64858fedde087e"
];
+12
View File
@@ -0,0 +1,12 @@
{
lib,
...
}:
{
imports = [
#./cloudflared.nix
./netbird.nix
./nginx.nix
./xray.nix
];
}
+10
View File
@@ -0,0 +1,10 @@
{
lib,
...
}:
{
imports = [
../software/beets
../server/open-webui.nix
];
}