applications

This commit is contained in:
Benjamin Palko 2024-07-15 21:31:17 -04:00
parent 092b3d6061
commit 3caf6e9a67
4 changed files with 285 additions and 6 deletions

View file

@ -26,14 +26,8 @@ in
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
packages = with pkgs; [
# Git
git
gh
# Apps
firefox
discord
betterdiscordctl
caprine-bin
];
};
@ -53,6 +47,7 @@ in
../home-manager/nvim.nix
../home-manager/terminal.nix
../home-manager/yar.nix
../home-manager/applications.nix
./home.nix
];
};