updated new user

This commit is contained in:
cnst
2024-07-13 17:44:56 +02:00
parent 8c9c99e0e8
commit 20573154e8
14 changed files with 278 additions and 321 deletions

View File

@@ -1,5 +1,3 @@
# This is your home-manager configuration file
# Use this to configure your home environment (it replaces ~/.config/nixpkgs/home.nix)
{
inputs,
lib,
@@ -7,10 +5,8 @@
pkgs,
...
}: {
# You can import other home-manager modules here
imports = [
../../core/adam.nix
../../extra/adam.nix
./imports.nix
];
nix = {
@@ -19,7 +15,6 @@
experimental-features = [
"nix-command"
"flakes"
"ca-derivations"
];
warn-dirty = false;
};