Added comma to be able to execute commands without needing to install packages

This commit is contained in:
2026-05-16 13:31:18 +02:00
parent 74c14e48b4
commit 234b126da2
3 changed files with 35 additions and 1 deletions

View File

@ -4,6 +4,11 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware.url = "github:NixOS/nixos-hardware"; #To Provide Framework13 hardware modules
home-manager.url = "github:nix-community/home-manager/master";
@ -60,6 +65,7 @@
niri,
grub2-themes,
nix-flatpak,
nix-index-database,
...
}: let
username = "cookiez";