❄️ Dotfiles and NixOS configurations
at main 5 lines 143 B view raw
1{config, ...}: { 2 flake.modules.nixos.development = { 3 home-manager.sharedModules = [config.flake.modules.homeManager.development]; 4 }; 5}