personal nixos config and packages

add license and readme

Changed files
+14 -2
+14 -2
README.md
··· 1 - personal nixos config and package flake 1 + # System 2 + 3 + This repository contains my personal nixos config and package exports. I try to keep everything as straightforward as possible, avoiding unnecessary indirection and dependencies, including home manager, stylix, and wrapper manager. 2 4 3 5 ## Cool Stuff 4 - [wrap.nix](./utils/wrap.nix) 6 + 7 + [wrap.nix](./utils/wrap.nix) provides a wrapper function to wrap arbitrary packages with flags and environment variables. This allows for the configuring of packages in `./programs`. 8 + 9 + ## Copying 10 + 11 + Feel free to use any part of this config for any purpose. I would appreciate being cited if anything is particularly useful. 12 + 13 + ## Eventual Goals 14 + 15 + - [ ] actual sandboxing with bwrap/nixpak, maybe limit systemd permissions for apps launched by fuzzel 16 + - [ ] wifi/power menus with fuzzel, maybe nushell