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 = {
|
users.users.aaronh = {
|
||||||
|
description = "Aaron Honeycutt";
|
||||||
|
home = "/home/aaronh";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
shell = pkgs.fish;
|
||||||
extraGroups = [ "wheel" "networkmanager" ]; # Enable ‘sudo’ for the user.
|
extraGroups = [ "wheel" "networkmanager" ]; # Enable ‘sudo’ for the user.
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
cargo
|
cargo
|
||||||
|
@ -60,9 +63,16 @@
|
||||||
neofetch
|
neofetch
|
||||||
restic
|
restic
|
||||||
roboto-slab
|
roboto-slab
|
||||||
|
rustc
|
||||||
|
|
||||||
|
# GUI
|
||||||
|
signal-desktop
|
||||||
|
youtube-music
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.fish.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
avahi
|
avahi
|
||||||
cosmic-edit
|
cosmic-edit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue