one second
This commit is contained in:
parent
24c8511846
commit
945b82466a
1 changed files with 30 additions and 28 deletions
|
@ -1,6 +1,12 @@
|
||||||
{ lib, pkgs, config, modulesPath, inputs, outputs, ... }:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
config,
|
||||||
|
modulesPath,
|
||||||
|
inputs,
|
||||||
|
outputs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.home-manager.nixosModules.default
|
inputs.home-manager.nixosModules.default
|
||||||
"${modulesPath}/profiles/minimal.nix"
|
"${modulesPath}/profiles/minimal.nix"
|
||||||
|
@ -24,7 +30,6 @@
|
||||||
|
|
||||||
# Enable integration with Docker Desktop (needs to be installed)
|
# Enable integration with Docker Desktop (needs to be installed)
|
||||||
# docker-desktop.enable = true;
|
# docker-desktop.enable = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.sako.isNormalUser = true;
|
users.users.sako.isNormalUser = true;
|
||||||
|
@ -45,9 +50,6 @@
|
||||||
home.packages = [];
|
home.packages = [];
|
||||||
home.username = "sako";
|
home.username = "sako";
|
||||||
home.homeDirectory = "/home/sako";
|
home.homeDirectory = "/home/sako";
|
||||||
xdg.configFile.git = {
|
|
||||||
source = ../../config/git;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# bare minimum
|
# bare minimum
|
||||||
|
|
Loading…
Reference in a new issue