chore: ordering of modules importing, comment mpd config, more flatpak edits

This commit is contained in:
Ruben 2024-04-18 21:01:19 -05:00
commit cca75b5138
No known key found for this signature in database
GPG key ID: AE181294E97E4802
3 changed files with 73 additions and 58 deletions

View file

@ -103,12 +103,13 @@
pkgs-master = nixpkgs-master.legacyPackages.${system};
};
modules = with self.nixosModules; [
./machines/thunkpad
declarativeHome ./users/ruben
# flatpaks
nix-flatpak.nixosModules.nix-flatpak
# nyx repo
chaotic.nixosModules.default
# system and user config
./machines/thunkpad
declarativeHome ./users/ruben
];
};
# my secondary laptop, a thinkpad yoga 14...?
@ -120,12 +121,13 @@
pkgs-master = nixpkgs-master.legacyPackages.${system};
};
modules = with self.nixosModules; [
./machines/thonkpad
declarativeHome ./users/ruben
# flatpaks
nix-flatpak.nixosModules.nix-flatpak
# nyx repo
chaotic.nixosModules.default
# system and user config
./machines/thonkpad
declarativeHome ./users/ruben
];
};
};