some minor typos and housekeeping
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
# yanked from https://github.com/NotAShelf/nyx/
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
# cnix
|
# cnix
|
||||||
|
|
||||||
Personal daily driver. Much is inspired, if not completely yanked, from the
|
Personal daily driver. Lots taken from the repos below.
|
||||||
repositories below.
|
|
||||||
|
|
||||||
- [fufexan](https://github.com/fufexan/dotfiles.git)
|
- [fufexan](https://github.com/fufexan/dotfiles.git)
|
||||||
- [colemickens](https://github.com/colemickens/nixcfg.git)
|
|
||||||
- [Misterio77](https://github.com/Misterio77/nix-config.git)
|
- [Misterio77](https://github.com/Misterio77/nix-config.git)
|
||||||
|
|||||||
@@ -13,12 +13,6 @@
|
|||||||
perSystem = {pkgs, ...}: {
|
perSystem = {pkgs, ...}: {
|
||||||
devShells = import ./system/nix/shell {inherit pkgs inputs;};
|
devShells = import ./system/nix/shell {inherit pkgs inputs;};
|
||||||
formatter = pkgs.alejandra;
|
formatter = pkgs.alejandra;
|
||||||
|
|
||||||
packages.cleanup-boot = pkgs.buildFHSUserEnv {
|
|
||||||
name = "cleanup-boot";
|
|
||||||
targetPkgs = pkgs: [pkgs.bash];
|
|
||||||
runScript = ./.scripts/cleanup-boot.sh;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user