mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
refactor
This commit is contained in:
@@ -2,25 +2,24 @@
|
|||||||
flake.nixosModules.computer-mo = { ... }: {
|
flake.nixosModules.computer-mo = { ... }: {
|
||||||
imports = with inputs.self.nixosModules; [
|
imports = with inputs.self.nixosModules; [
|
||||||
base
|
base
|
||||||
|
brave
|
||||||
|
controller
|
||||||
desktop
|
desktop
|
||||||
singledisk
|
|
||||||
gdm
|
gdm
|
||||||
gdm-mo
|
gdm-mo
|
||||||
gnome-apps
|
|
||||||
gnome
|
gnome
|
||||||
brave
|
gnome-apps
|
||||||
onepassword
|
|
||||||
steam
|
|
||||||
lact
|
lact
|
||||||
secure-boot
|
|
||||||
sops-nix
|
|
||||||
mo
|
mo
|
||||||
controller
|
onepassword
|
||||||
|
secure-boot
|
||||||
|
singledisk
|
||||||
|
sops-nix
|
||||||
|
steam
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.users.mo.imports = with config.flake.homeModules; [
|
home-manager.users.mo.imports = with config.flake.homeModules; [
|
||||||
gnome-mo
|
|
||||||
base
|
base
|
||||||
|
gnome-mo
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user