Update flake inputs

This commit is contained in:
Alexander Heldt
2026-02-08 19:12:23 +00:00
parent 7839d2604c
commit 0ecef88132
2 changed files with 55 additions and 75 deletions

View File

@@ -1,4 +1,4 @@
{ inputs, ... }:
{ inputs, pkgs, ... }:
{
imports = [ inputs.home-manager.nixosModules.home-manager ];
@@ -13,7 +13,9 @@
home.username = "alex";
home.homeDirectory = "/home/alex";
home.packages = [ ];
home.packages = [
pkgs.streamrip
];
home.stateVersion = "24.11";
};