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 = [
|
||||
inputs.home-manager.nixosModules.default
|
||||
"${modulesPath}/profiles/minimal.nix"
|
||||
|
@ -24,7 +30,6 @@
|
|||
|
||||
# Enable integration with Docker Desktop (needs to be installed)
|
||||
# docker-desktop.enable = true;
|
||||
|
||||
};
|
||||
|
||||
users.users.sako.isNormalUser = true;
|
||||
|
@ -45,9 +50,6 @@
|
|||
home.packages = [];
|
||||
home.username = "sako";
|
||||
home.homeDirectory = "/home/sako";
|
||||
xdg.configFile.git = {
|
||||
source = ../../config/git;
|
||||
};
|
||||
};
|
||||
|
||||
# bare minimum
|
||||
|
|
Loading…
Reference in a new issue