well.... this is awkward
This commit is contained in:
parent
0a616cadf3
commit
d24af7bef5
6 changed files with 239 additions and 5 deletions
|
@ -22,6 +22,10 @@
|
|||
quickemu = {
|
||||
url = "https://flakehub.com/f/quickemu-project/quickemu/4.9.6.tar.gz";
|
||||
};
|
||||
niri = {
|
||||
url = "github:sodiboo/niri-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# radicle = {
|
||||
# type = "git";
|
||||
# url = "https://seed.radicle.garden/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git";
|
||||
|
@ -56,7 +60,7 @@
|
|||
|
||||
outputs = inputs@{ nixpkgs, nixpkgs-stable, home-manager, plasma-manager
|
||||
, quickemu, nixos-hardware, emacs, nix-bitcoin #, eww
|
||||
, simple-nixos-mailserver, anipy-cli, darkly,
|
||||
, simple-nixos-mailserver, anipy-cli, darkly, niri,
|
||||
# ags,
|
||||
stylix, ... }:
|
||||
let
|
||||
|
@ -125,6 +129,7 @@
|
|||
home-manager.nixosModules.home-manager
|
||||
# hyprland.nixosModules.default
|
||||
# stylix.nixosModules.stylix
|
||||
niri.nixosModules.niri
|
||||
nixos-hardware.nixosModules.framework-11th-gen-intel
|
||||
# nixos-cosmic.nixosModules.default
|
||||
# libre-presenter.defaultPackage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue