chore: update description + add enpass

This commit is contained in:
Jo 2023-10-23 11:14:04 +02:00
parent 58dc95c159
commit 687254741c
3 changed files with 9 additions and 6 deletions

View file

@ -1,5 +1,5 @@
{ {
description = "Your new nix config"; description = "Jo's NixOS configuration";
inputs = { inputs = {
# Nixpkgs # Nixpkgs

View file

@ -40,8 +40,8 @@
# TODO: Set your username # TODO: Set your username
home = { home = {
username = "your-username"; username = "jo";
homeDirectory = "/home/your-username"; homeDirectory = "/home/jo";
}; };
# Add stuff for your user as you see fit: # Add stuff for your user as you see fit:

View file

@ -107,13 +107,13 @@
alsa.enable = true; alsa.enable = true;
alsa.support32Bit = true; alsa.support32Bit = true;
pulse.enable = true; pulse.enable = true;
} };
# Enable touchpad support (enabled default in most desktopManager). # Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true; # services.xserver.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.
users.users = [ users.users = {
jo = { jo = {
isNormalUser = true; isNormalUser = true;
description = "Jo"; description = "Jo";
@ -126,14 +126,16 @@
work = { work = {
isNormalUser = true; isNormalUser = true;
description = "Work"; description = "Work";
initialPassword = "fortnite";
extraGroups = [ "networkmanager" ]; extraGroups = [ "networkmanager" ];
packages = with pkgs; [ packages = with pkgs; [
jetbrains.webstorm jetbrains.webstorm
jetbrains.phpstorm jetbrains.phpstorm
teams-for-linux teams-for-linux
enpass
]; ];
}; };
]; };
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
@ -144,6 +146,7 @@
# Other packages # Other packages
nano nano
git
vscodium vscodium
firefox firefox
thunderbird thunderbird