mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ let
|
|||||||
xlib = config.xlib;
|
xlib = config.xlib;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.linuxPackages_xanmod_stable;
|
kernelPackages = pkgs.linuxPackages_xanmod_stable;
|
||||||
hardwareScan = true;
|
hardwareScan = true;
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
inputs = {
|
inputs = {
|
||||||
|
|
||||||
# My
|
# My
|
||||||
#zeroq.url = "git+ssh://git@github.com/oqyude/zeroq.git"; # flake of variables
|
|
||||||
zeroq-credentials.url = "git+ssh://git@github.com/oqyude/zeroq-credentials.git"; # flake of creds
|
zeroq-credentials.url = "git+ssh://git@github.com/oqyude/zeroq-credentials.git"; # flake of creds
|
||||||
zapret.url = "github:oqyude/zapret-easyflake"; # stupid flake of zapret
|
zapret.url = "github:oqyude/zapret-easyflake"; # stupid flake of zapret
|
||||||
|
|
||||||
@@ -81,15 +80,15 @@
|
|||||||
url = "github:Mic92/sops-nix";
|
url = "github:Mic92/sops-nix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
# stylix = {
|
# stylix = {
|
||||||
# url = "github:danth/stylix";
|
# url = "github:danth/stylix";
|
||||||
# inputs = {
|
# inputs = {
|
||||||
# nixpkgs.follows = "nixpkgs";
|
# nixpkgs.follows = "nixpkgs";
|
||||||
# home-manager.follows = "home-manager";
|
# home-manager.follows = "home-manager";
|
||||||
# flake-compat.follows = "flake-compat";
|
# flake-compat.follows = "flake-compat";
|
||||||
# flake-utils.follows = "flake-utils";
|
# flake-utils.follows = "flake-utils";
|
||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
|
|
||||||
};
|
};
|
||||||
outputs =
|
outputs =
|
||||||
|
|||||||
Reference in New Issue
Block a user