mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Updated flake
This commit is contained in:
@@ -73,15 +73,14 @@
|
||||
users.users.thiloho = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
initialPassword = "password";
|
||||
};
|
||||
|
||||
# Home manager configuration
|
||||
home-manager.users.thiloho = { pkgs, ... }: {
|
||||
programs = {
|
||||
firefox.enable = true;
|
||||
helix.enable = true;
|
||||
alacritty.enable = true;
|
||||
firefox.enable = true;
|
||||
git = {
|
||||
enable = true;
|
||||
userName = "thiloho";
|
||||
|
||||
Reference in New Issue
Block a user