some minor typos and housekeeping

This commit is contained in:
cnst
2024-09-27 18:26:10 +02:00
parent 8ba2cd1609
commit 2bf580f40a
3 changed files with 2 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
# yanked from https://github.com/NotAShelf/nyx/
{
config,
pkgs,

View File

@@ -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)

View File

@@ -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;
};
};
};