nix-index

This commit is contained in:
Ivan Dimitrov 2023-11-03 15:48:04 +02:00
parent 46dc62770b
commit 443b5cc0a8
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,5 @@
{ pkgs, rootPath, ... }: {
home.packages = with pkgs; [
#nix
nix-prefetch-github
#scripts
(pkgs.buildEnv { name = "my-scripts"; paths = [ (rootPath + /scripts) ]; })
# wayland/sway stuff

View File

@ -49,6 +49,10 @@
environment = {
systemPackages = with pkgs; [
#nix
nix-prefetch-github
nix-index
#
binutils
busybox
file