mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2026-02-04 21:31:57 -05:00
chore:lqx
This commit is contained in:
12
flake.lock
generated
12
flake.lock
generated
@@ -165,11 +165,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1768598210,
|
"lastModified": 1768836546,
|
||||||
"narHash": "sha256-kkgA32s/f4jaa4UG+2f8C225Qvclxnqs76mf8zvTVPg=",
|
"narHash": "sha256-nJZkTamcXXMW+SMYiGFB6lB8l0aJw0xjssfN8xYd/Fs=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "c47b2cc64a629f8e075de52e4742de688f930dc6",
|
"rev": "b56c5ad14fcf8b5bc887463552483bf000ca562a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -269,11 +269,11 @@
|
|||||||
"tinted-zed": "tinted-zed"
|
"tinted-zed": "tinted-zed"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1768603455,
|
"lastModified": 1768744881,
|
||||||
"narHash": "sha256-ih6dYNhX1oSg0emfSAvf3iRcgsJtMmS6RUaoCX8kNoU=",
|
"narHash": "sha256-3+h7OxqfrPIB/tRsiZXWE9sCbTm7NQN5Ie428p+S6BA=",
|
||||||
"owner": "danth",
|
"owner": "danth",
|
||||||
"repo": "stylix",
|
"repo": "stylix",
|
||||||
"rev": "590e5c68c4d5e8c766420473c0185d75113f653b",
|
"rev": "06684f00cfbee14da96fd4307b966884de272d3a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -9,10 +9,6 @@
|
|||||||
lazyvim.url = "github:pfassina/lazyvim-nix";
|
lazyvim.url = "github:pfassina/lazyvim-nix";
|
||||||
stylix.inputs.nixpkgs.follows = "nixpkgs";
|
stylix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
stylix.url = "github:danth/stylix";
|
stylix.url = "github:danth/stylix";
|
||||||
# chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
|
|
||||||
# daeuniverse.url = "github:daeuniverse/flake.nix";
|
|
||||||
# disko.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
# disko.url = "github:nix-community/disko";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs: let
|
outputs = inputs: let
|
||||||
|
|||||||
@@ -6,8 +6,6 @@
|
|||||||
}: {
|
}: {
|
||||||
imports = with inputs; [
|
imports = with inputs; [
|
||||||
./${hostname}
|
./${hostname}
|
||||||
# chaotic.nixosModules.default
|
|
||||||
# disko.nixosModules.disko
|
|
||||||
stylix.nixosModules.stylix
|
stylix.nixosModules.stylix
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
# See: https://search.nixos.org/options?show=boot.kernelPackages
|
# See: https://search.nixos.org/options?show=boot.kernelPackages
|
||||||
# See: https://www.nyx.chaotic.cx/#using-sched-ext-schedulers
|
# See: https://www.nyx.chaotic.cx/#using-sched-ext-schedulers
|
||||||
KernelPackages = "linuxPackages_zen";
|
KernelPackages = "linuxPackages_lqx";
|
||||||
|
|
||||||
# See: https://mynixos.com/nixpkgs/option/system.stateVersion
|
# See: https://mynixos.com/nixpkgs/option/system.stateVersion
|
||||||
StateVersion = "26.05";
|
StateVersion = "26.05";
|
||||||
@@ -59,7 +59,4 @@
|
|||||||
# See: https://github.com/qemu/qemu
|
# See: https://github.com/qemu/qemu
|
||||||
# See: https://github.com/virt-manager/virt-manager
|
# See: https://github.com/virt-manager/virt-manager
|
||||||
QEMU-VM-Use-Case = true;
|
QEMU-VM-Use-Case = true;
|
||||||
|
|
||||||
# See: https://github.com/dbeaver/dbeaver
|
|
||||||
Database-Use-Case = true;
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -56,7 +56,4 @@
|
|||||||
# See: https://github.com/qemu/qemu
|
# See: https://github.com/qemu/qemu
|
||||||
# See: https://github.com/virt-manager/virt-manager
|
# See: https://github.com/virt-manager/virt-manager
|
||||||
QEMU-VM-Use-Case = false;
|
QEMU-VM-Use-Case = false;
|
||||||
|
|
||||||
# See: https://github.com/dbeaver/dbeaver
|
|
||||||
Database-Use-Case = true;
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
gvfs.enable = true;
|
gvfs.enable = true;
|
||||||
scx = {
|
scx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
scheduler = "scx_bpfland";
|
scheduler = "scx_lavd";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,9 +30,9 @@ in
|
|||||||
"wdat_wdt"
|
"wdat_wdt"
|
||||||
];
|
];
|
||||||
consoleLogLevel = 2; # Only errors and warnings are displayed
|
consoleLogLevel = 2; # Only errors and warnings are displayed
|
||||||
# extraModulePackages = [
|
extraModulePackages = [
|
||||||
# config.boot.kernelPackages.v4l2loopback # v4l2loopback is for OBS Virtual Cam Support
|
config.boot.kernelPackages.v4l2loopback # v4l2loopback is for OBS Virtual Cam Support
|
||||||
# ];
|
];
|
||||||
initrd = {
|
initrd = {
|
||||||
compressor = "zstd";
|
compressor = "zstd";
|
||||||
compressorArgs = ["-T0" "-19" "--long"];
|
compressorArgs = ["-T0" "-19" "--long"];
|
||||||
@@ -43,7 +43,7 @@ in
|
|||||||
"kernel.core_pattern" = "|/bin/false"; # Disable automatic core dumps
|
"kernel.core_pattern" = "|/bin/false"; # Disable automatic core dumps
|
||||||
"vm.max_map_count" = 2147483642; # Needed For Some Steam Games
|
"vm.max_map_count" = 2147483642; # Needed For Some Steam Games
|
||||||
};
|
};
|
||||||
# kernelModules = ["v4l2loopback"]; # v4l2loopback is for OBS Virtual Cam Support
|
kernelModules = ["v4l2loopback"]; # v4l2loopback is for OBS Virtual Cam Support
|
||||||
kernelPackages = pkgs.${KernelPackages};
|
kernelPackages = pkgs.${KernelPackages};
|
||||||
kernelParams = ["audit=0" "console=tty1" "erst_disable" "nmi_watchdog=0" "noatime" "nowatchdog"];
|
kernelParams = ["audit=0" "console=tty1" "erst_disable" "nmi_watchdog=0" "noatime" "nowatchdog"];
|
||||||
loader = {
|
loader = {
|
||||||
|
|||||||
@@ -31,13 +31,11 @@ with lib; {
|
|||||||
substituters = [
|
substituters = [
|
||||||
"https://cache.garnix.io" # See https://github.com/daeuniverse/flake.nix
|
"https://cache.garnix.io" # See https://github.com/daeuniverse/flake.nix
|
||||||
"https://cache.nixos.org" # See https://nixos.wiki/wiki/Binary_Cache
|
"https://cache.nixos.org" # See https://nixos.wiki/wiki/Binary_Cache
|
||||||
# "https://chaotic-nyx.cachix.org" # See https://github.com/chaotic-cx/nyx
|
|
||||||
"https://nix-community.cachix.org" # See https://nix-community.org/cache/
|
"https://nix-community.cachix.org" # See https://nix-community.org/cache/
|
||||||
];
|
];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||||
# "chaotic-nyx.cachix.org-1:HfnXSw4pj95iI/n17rIDy40agHj12WfF+Gqk6SonIT8="
|
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
];
|
];
|
||||||
warn-dirty = false;
|
warn-dirty = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user