Added comma to be able to execute commands without needing to install packages
This commit is contained in:
@ -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";
|
||||
|
||||
Reference in New Issue
Block a user