mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
debug
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{ inputs, config, ... }: {
|
{ inputs, config, ... }: {
|
||||||
flake.nixosModules.computer-mo = { user, ... }: {
|
flake.nixosModules.computer-mo = { ... }: {
|
||||||
imports = with inputs.self.nixosModules; [
|
imports = with inputs.self.nixosModules; [
|
||||||
base
|
base
|
||||||
desktop
|
desktop
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
mo
|
mo
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.users.${user}.imports = with config.flake.homeModules; [
|
home-manager.users.mo.imports = with config.flake.homeModules; [
|
||||||
gnome
|
gnome
|
||||||
base
|
base
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{ inputs, ... }:
|
{ inputs, ... }:
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
# user = "mo";
|
|
||||||
host = "computer-mo";
|
host = "computer-mo";
|
||||||
|
|
||||||
mkHost = inputs.self.lib.mkHost;
|
mkHost = inputs.self.lib.mkHost;
|
||||||
|
|||||||
Reference in New Issue
Block a user