mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-12-22 00:05:58 -05:00
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
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:
parent
7a4581bf87
commit
c14aaf62b8
|
@ -144,8 +144,6 @@
|
|||
|
||||
modules = [
|
||||
self.homeManagerModules.aly-petalburg
|
||||
self.homeManagerModules.default
|
||||
self.inputs.stylix.homeManagerModules.stylix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -5,6 +5,11 @@ self: {
|
|||
}: {
|
||||
imports = [
|
||||
./firefox
|
||||
./mail
|
||||
./secrets.nix
|
||||
self.homeManagerModules.default
|
||||
self.inputs.agenix.homeManagerModules.default
|
||||
self.inputs.stylix.homeManagerModules.stylix
|
||||
];
|
||||
|
||||
home = {
|
||||
|
@ -14,7 +19,10 @@ self: {
|
|||
fractal
|
||||
gamescope
|
||||
heroic
|
||||
nicotine-plus
|
||||
obsidian
|
||||
tauon
|
||||
transmission-remote-gtk
|
||||
vesktop
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue