mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
system variable
This commit is contained in:
17
modules/hosts/computer-mo/imports.nix
Normal file
17
modules/hosts/computer-mo/imports.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ inputs, config, ... }: {
|
||||
flake.nixosModules.computer-mo = { user, ... }: {
|
||||
imports = with inputs.self.nixosModules; [
|
||||
base
|
||||
desktop
|
||||
singledisk
|
||||
gdm
|
||||
gnome-apps
|
||||
gnome
|
||||
brave
|
||||
];
|
||||
|
||||
home-manager.users.${user}.imports = with config.flake.homeManagerModules; [
|
||||
gnome
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user