mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-12-22 06:32:55 -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 = [
|
modules = [
|
||||||
self.homeManagerModules.aly-petalburg
|
self.homeManagerModules.aly-petalburg
|
||||||
self.homeManagerModules.default
|
|
||||||
self.inputs.stylix.homeManagerModules.stylix
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue