going back to stable

This commit is contained in:
RingOfStorms (Josh) 2024-08-30 14:45:06 -05:00
parent 40bd35b02e
commit c81275e7d8
7 changed files with 59 additions and 60 deletions

View file

@ -36,6 +36,9 @@
mantle = "#1f1f1f";
crust = "#171717";
};
nix_shell = {
heuristic = true;
};
};
};
}

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ nautilus qimgv ];
home.packages = with pkgs; [ gnome.nautilus qimgv ];
}