different-name / nix-files

My NixOS configuration files
GNU General Public License v3.0
3 stars 0 forks source link

Split fd aliases into modules #35

Closed different-name closed 2 months ago

different-name commented 2 months ago

As they handle more than just configuration, I'd like to move them out into their own module(s)

different-name commented 2 months ago

Completed in https://github.com/Different-Name/nix-files/commit/374793abe045fb382dc503f4a5bfc1eec4bb5ec1

As noted below, I will use nix-files module for any functional nix code to keep the system and home folders purely for configuration. Any code I think could be useful upstream will go in it's own module, this feels too specific for that though

https://github.com/Different-Name/nix-files/blob/374793abe045fb382dc503f4a5bfc1eec4bb5ec1/modules/default.nix#L3-L4