mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-12-11 19:19:42 +01:00
unfuck lix
This commit is contained in:
parent
80bde73dfd
commit
268cf2ce9b
3 changed files with 17 additions and 111 deletions
20
flake.nix
20
flake.nix
|
|
@ -10,23 +10,6 @@
|
|||
typst-within.url = "github:schrottkatze/typst";
|
||||
crane.url = "github:ipetkov/crane";
|
||||
nixcord.url = "github:kaylorben/nixcord";
|
||||
# lix-module = {
|
||||
# url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz";
|
||||
|
||||
# url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
# };
|
||||
#
|
||||
lix = {
|
||||
url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
lix-module = {
|
||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.lix.follows = "lix";
|
||||
};
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -43,7 +26,6 @@
|
|||
nixpkgs,
|
||||
nixpkgs-stable,
|
||||
nixpkgs-unstable-small,
|
||||
lix-module,
|
||||
typst-within,
|
||||
home-manager,
|
||||
nixos-hardware,
|
||||
|
|
@ -90,7 +72,6 @@
|
|||
pkgs-unstable-small
|
||||
pkgs-stable
|
||||
rs-programs
|
||||
lix-module
|
||||
niri
|
||||
;
|
||||
};
|
||||
|
|
@ -129,7 +110,6 @@
|
|||
pkgs-unstable-small
|
||||
pkgs-stable
|
||||
rs-programs
|
||||
lix-module
|
||||
niri
|
||||
;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue