This commit is contained in:
2026-01-02 14:07:50 +03:00
parent a1aee0b6db
commit c8209a30ef
5 changed files with 0 additions and 17 deletions
-1
View File
@@ -7,7 +7,6 @@
}:
let
grampsPath = "${xlib.dirs.wsl-storage}/gramps";
# last-stable = import inputs.nixpkgs-last-unstable { system = "x86_64-linux"; };
in
{
xdg = {
-1
View File
@@ -7,7 +7,6 @@
}:
let
v2raynPath = "${xlib.dirs.wsl-storage}/v2rayN";
# last-stable = import inputs.nixpkgs-last-unstable { system = "x86_64-linux"; };
in
{
xdg = {
-3
View File
@@ -4,9 +4,6 @@
inputs,
...
}:
# let
# last-stable = import inputs.nixpkgs-last-unstable { system = "x86_64-linux"; };
# in
{
programs = {
mangohud.enable = true;
-5
View File
@@ -4,14 +4,9 @@
inputs,
...
}:
# let
# work = import inputs.nixpkgs-master { system = "x86_64-linux"; };
# in
{
# services.calibre-server.package = stable.calibre;
services.calibre-web = {
enable = true;
# package = work.calibre-web;
group = "users";
user = "${xlib.device.username}";
options = {
-7
View File
@@ -5,17 +5,10 @@
pkgs,
...
}:
# let
# fix = import inputs.nixpkgs-last-unstable {
# system = "x86_64-linux";
# config.allowUnfree = true;
# }; # temp
# in
{
services = {
open-webui = {
enable = false;
#package = fix.open-webui;
host = "0.0.0.0";
port = 11112;
openFirewall = true;