flake/homeConfigurations: reorg
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / clean-install-build (push) Waiting to run
nix-build / rofi-bluetooth-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-build / aly_petalburg-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-12-18 23:37:45 -05:00
parent 7a4581bf87
commit c14aaf62b8
2 changed files with 8 additions and 2 deletions

View file

@ -144,8 +144,6 @@
modules = [ modules = [
self.homeManagerModules.aly-petalburg self.homeManagerModules.aly-petalburg
self.homeManagerModules.default
self.inputs.stylix.homeManagerModules.stylix
]; ];
}; };
}; };

View file

@ -5,6 +5,11 @@ self: {
}: { }: {
imports = [ imports = [
./firefox ./firefox
./mail
./secrets.nix
self.homeManagerModules.default
self.inputs.agenix.homeManagerModules.default
self.inputs.stylix.homeManagerModules.stylix
]; ];
home = { home = {
@ -14,7 +19,10 @@ self: {
fractal fractal
gamescope gamescope
heroic heroic
nicotine-plus
obsidian obsidian
tauon
transmission-remote-gtk
vesktop vesktop
]; ];