fixup! all of my custom options are now held in an attribute set called movOpts

This commit is contained in:
pagedmov
2024-11-06 20:11:37 -05:00
parent fc327f501c
commit 1a2402dee7
39 changed files with 195 additions and 187 deletions

View File

@@ -33,7 +33,6 @@
outputs = {
nixpkgs,
nur,
home-manager,
self,
nixvim,
stylix,
@@ -43,6 +42,9 @@
username = "pagedmov";
in {
homeManagerModules.default = ./modules/home;
nixosModules.default = ./modules/sys;
serverModules.default = ./modules/server;
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
nixosConfigurations = {
oganesson = nixpkgs.lib.nixosSystem {