mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update flake.nix
This commit is contained in:
parent
e30a24f2e6
commit
ba54f1eb98
1 changed files with 10 additions and 0 deletions
|
@ -50,7 +50,10 @@
|
|||
};
|
||||
|
||||
users.users.aaronh = {
|
||||
description = "Aaron Honeycutt";
|
||||
home = "/home/aaronh";
|
||||
isNormalUser = true;
|
||||
shell = pkgs.fish;
|
||||
extraGroups = [ "wheel" "networkmanager" ]; # Enable ‘sudo’ for the user.
|
||||
packages = with pkgs; [
|
||||
cargo
|
||||
|
@ -60,9 +63,16 @@
|
|||
neofetch
|
||||
restic
|
||||
roboto-slab
|
||||
rustc
|
||||
|
||||
# GUI
|
||||
signal-desktop
|
||||
youtube-music
|
||||
];
|
||||
};
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
avahi
|
||||
cosmic-edit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue