initial working home manager setup

This commit is contained in:
Rouven Seifert 2022-12-19 15:45:59 +01:00
parent 68d67965f5
commit 659cdd2804
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
6 changed files with 308 additions and 10 deletions

View file

@ -5,6 +5,7 @@
[
# Include the results of the hardware scan.
./hardware-configuration.nix
../../users/rouven
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
@ -73,11 +74,6 @@
# enable polkit
security.polkit.enable = true;
# Define a user account.
users.users.rouven = {
isNormalUser = true;
extraGroups = [ "wheel" "video" "network" "libvirtd" ];
};
# List packages installed in system profile. To search, run:
# $ nix search wget
@ -195,7 +191,7 @@
# Copy the NixOS configuration file and link it from the resulting system
# (/run/current-system/configuration.nix). This is useful in case you
# accidentally delete configuration.nix.
system.copySystemConfiguration = true;
# system.copySystemConfiguration = true;
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions