From 687254741c5583fa6141d745cc4314aabd59fd10 Mon Sep 17 00:00:00 2001 From: Jo Date: Mon, 23 Oct 2023 11:14:04 +0200 Subject: [PATCH] chore: update description + add enpass --- flake.nix | 2 +- home-manager/home.nix | 4 ++-- nixos/configuration.nix | 9 ++++++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index cf974e0..7ee4474 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Your new nix config"; + description = "Jo's NixOS configuration"; inputs = { # Nixpkgs diff --git a/home-manager/home.nix b/home-manager/home.nix index 5f20559..4e56820 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -40,8 +40,8 @@ # TODO: Set your username home = { - username = "your-username"; - homeDirectory = "/home/your-username"; + username = "jo"; + homeDirectory = "/home/jo"; }; # Add stuff for your user as you see fit: diff --git a/nixos/configuration.nix b/nixos/configuration.nix index a5f93b9..4fd39b9 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -107,13 +107,13 @@ alsa.enable = true; alsa.support32Bit = true; pulse.enable = true; - } + }; # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true; # Define a user account. Don't forget to set a password with ‘passwd’. - users.users = [ + users.users = { jo = { isNormalUser = true; description = "Jo"; @@ -126,14 +126,16 @@ work = { isNormalUser = true; description = "Work"; + initialPassword = "fortnite"; extraGroups = [ "networkmanager" ]; packages = with pkgs; [ jetbrains.webstorm jetbrains.phpstorm teams-for-linux + enpass ]; }; - ]; + }; # List packages installed in system profile. To search, run: # $ nix search wget @@ -144,6 +146,7 @@ # Other packages nano + git vscodium firefox thunderbird