mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
shiz
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ inputs, ... }@flakeContext:
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
|
||||
@@ -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,4 +1,5 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
Executable
+9
@@ -0,0 +1,9 @@
|
||||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
../desktop
|
||||
];
|
||||
}
|
||||
@@ -1,4 +1,3 @@
|
||||
{ inputs, ... }@flakeContext:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
|
||||
@@ -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,6 +1,6 @@
|
||||
{ inputs, ... }@flakeContext:
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
{ inputs, ... }@flakeContext:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
@@ -8,7 +7,7 @@
|
||||
{
|
||||
services = {
|
||||
zerotierone = {
|
||||
enable = enable;
|
||||
enable = false;
|
||||
joinNetworks = [
|
||||
"db64858fedde087e"
|
||||
];
|
||||
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
#./cloudflared.nix
|
||||
./netbird.nix
|
||||
./nginx.nix
|
||||
./xray.nix
|
||||
];
|
||||
}
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
../software/beets
|
||||
../server/open-webui.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user