Initial nixos config edits

This commit is contained in:
2025-07-12 18:23:09 +05:00
parent 74c6a29a13
commit 9469b546a5
21 changed files with 95 additions and 150 deletions

View File

@@ -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
];
};