one second

This commit is contained in:
Sakooooo 2023-08-18 08:46:05 +00:00
parent 24c8511846
commit 945b82466a

View file

@ -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