generated from andy/linux-nixos-hyprland-config-dotfiles
Initial nixos config edits
This commit is contained in:
@@ -2,18 +2,14 @@
|
||||
|
||||
{
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.xnm = {
|
||||
users.users.andy = {
|
||||
isNormalUser = true;
|
||||
description = "xnm";
|
||||
description = "andy";
|
||||
extraGroups = [ "networkmanager" "input" "wheel" "video" "audio" "tss" ];
|
||||
shell = pkgs.fish;
|
||||
packages = with pkgs; [
|
||||
spotify
|
||||
youtube-music
|
||||
discord
|
||||
tdesktop
|
||||
telegram-desktop
|
||||
vscodium
|
||||
brave
|
||||
];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user