refactor in synaptic style
This commit is contained in:
parent
ce295da1c1
commit
a3a33e7ec1
119 changed files with 1093 additions and 3109 deletions
48
flake.nix
48
flake.nix
|
@ -2,42 +2,6 @@
|
|||
description = "nixos config";
|
||||
|
||||
outputs = _: { };
|
||||
# outputs =
|
||||
# inputs:
|
||||
# with inputs;
|
||||
# let
|
||||
# modules = import ./util/get-modules.nix {
|
||||
# inherit inputs;
|
||||
# };
|
||||
# create = import ./create.nix {
|
||||
# inherit inputs;
|
||||
# system = "x86_64-linux";
|
||||
# sharedModules =
|
||||
# (modules [
|
||||
# culr
|
||||
# meat
|
||||
# niri
|
||||
# niri-tag
|
||||
# lix-module
|
||||
# angrr
|
||||
# arbys
|
||||
# # smooooth
|
||||
# ])
|
||||
# ++ [
|
||||
# nix-index-database.nixosModules.nix-index
|
||||
# ./system/substituters.nix
|
||||
# ];
|
||||
# };
|
||||
# in
|
||||
# {
|
||||
# nixosConfigurations = create.systems {
|
||||
# quiver = {
|
||||
# user = "bolt";
|
||||
# imports = (modules [ nyx ]);
|
||||
# };
|
||||
# adrift.user = "plank";
|
||||
# };
|
||||
# };
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
@ -71,16 +35,6 @@
|
|||
|
||||
culr.url = "git+https://git.atagen.co/atagen/culr";
|
||||
|
||||
# comfyui = {
|
||||
# url = "path:./flakes/comfyui";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
# };
|
||||
|
||||
# comfyui-plugins = {
|
||||
# url = "path:./flakes/comfyui-plugins";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
# };
|
||||
|
||||
niri.url = "github:sodiboo/niri-flake";
|
||||
|
||||
hjem = {
|
||||
|
@ -103,8 +57,6 @@
|
|||
|
||||
angrr.url = "github:linyinfeng/angrr";
|
||||
|
||||
arbys.url = "path:/home/bolt/code/arbys";
|
||||
|
||||
__flake-compat = {
|
||||
url = "git+https://git.lix.systems/lix-project/flake-compat.git";
|
||||
flake = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue