nix-format and remove obsolete obsidian derivation

This commit is contained in:
Haak Saxberg 2021-10-10 14:00:02 -07:00
parent 570c2753a7
commit 64f5af878d
9 changed files with 37 additions and 83 deletions

View file

@ -6,7 +6,8 @@
{
imports =
[ # Include the results of the hardware scan.
[
# Include the results of the hardware scan.
/etc/nixos/hardware-configuration.nix
];
@ -137,7 +138,7 @@
extraGroups = [
"wheel" # Enable sudo for the user.
"networkmanager" # Allow the user to manage networks
];
];
};
users.extraUsers.haak = {