This commit is contained in:
alsaiduq-lab 2025-05-22 06:50:56 -06:00
parent 2f50e92afe
commit b22792614e
9 changed files with 49 additions and 29 deletions

View file

@ -1,7 +1,4 @@
{
pkgs,
...
}: let
{pkgs, ...}: let
fish-rust = pkgs.callPackage ../pkgs/fish-rust {};
in {
# Define a user account. Don't forget to set a password with 'passwd'.
@ -10,10 +7,6 @@ in {
description = "Mon Aie";
extraGroups = ["networkmanager" "wheel" "docker" "video"];
shell = fish-rust;
packages = with pkgs; [
# User-specific packages can be defined here
# or through home-manager
];
};
security.sudo = {