some minor typos and housekeeping
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# yanked from https://github.com/NotAShelf/nyx/
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
# cnix
|
||||
|
||||
Personal daily driver. Much is inspired, if not completely yanked, from the
|
||||
repositories below.
|
||||
Personal daily driver. Lots taken from the repos below.
|
||||
|
||||
- [fufexan](https://github.com/fufexan/dotfiles.git)
|
||||
- [colemickens](https://github.com/colemickens/nixcfg.git)
|
||||
- [Misterio77](https://github.com/Misterio77/nix-config.git)
|
||||
|
||||
@@ -13,12 +13,6 @@
|
||||
perSystem = {pkgs, ...}: {
|
||||
devShells = import ./system/nix/shell {inherit pkgs inputs;};
|
||||
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