1773348006

This commit is contained in:
2026-03-12 14:40:06 -06:00
parent f232770546
commit 148cae7eb8
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -4,6 +4,7 @@
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
subtui.url = "github:MattiaPun/SubTUI"; # <-- new
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-25.11"; url = "github:nix-community/home-manager/release-25.11";
@@ -17,6 +18,7 @@
nixpkgs, nixpkgs,
nixpkgs-unstable, nixpkgs-unstable,
home-manager, home-manager,
subtui,
... ...
}@inputs: }@inputs:
let let
@@ -27,6 +29,8 @@
inherit system; inherit system;
config.allowUnfree = true; config.allowUnfree = true;
}; };
subtui = subtui.packages.${system}.default;
}; };
in in
{ {
+1
View File
@@ -39,6 +39,7 @@
element-desktop element-desktop
unstable.fastmail-desktop unstable.fastmail-desktop
supersonic supersonic
subtui
nicotine-plus nicotine-plus
]; ];