Compare commits
4 Commits
7f9a4ee006
...
d2e66aa07c
Author | SHA1 | Date | |
---|---|---|---|
d2e66aa07c | |||
e2ea674ccb | |||
84011a1396 | |||
e825d3e101 |
@ -56,7 +56,7 @@
|
||||
users.users.michael = {
|
||||
isNormalUser = true;
|
||||
description = "Michael Thomas";
|
||||
extraGroups = [ "wheel" "docker" "networkmanager" ]; # Enable ‘sudo’ for the user.
|
||||
extraGroups = [ "wheel" "docker" "networkmanager" "adbusers" ]; # Enable ‘sudo’ for the user.
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.timeout = 0;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = false;
|
||||
boot.plymouth.enable = true;
|
||||
|
@ -4,7 +4,7 @@
|
||||
vscode = {
|
||||
enable = true;
|
||||
extensions = [
|
||||
pkgs.vscode-extensions.bbenoist.Nix
|
||||
# pkgs.vscode-extensions.bbenoist.Nix
|
||||
];
|
||||
# userSettings = {
|
||||
# "editor.fontFamily" = "'FiraCode Nerd Font', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'";
|
||||
|
Loading…
x
Reference in New Issue
Block a user