mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
Compare commits
No commits in common. "cc5f8deb49334760368da123299e1283677fd7ae" and "af41e3b52aa01b9f2e120bf9d3f09fcd895e4bcb" have entirely different histories.
cc5f8deb49
...
af41e3b52a
1 changed files with 8 additions and 29 deletions
|
@ -6,33 +6,32 @@
|
|||
home.homeDirectory = "/home/aaronh";
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
bat
|
||||
bottom
|
||||
cargo
|
||||
cyme
|
||||
dua
|
||||
eza
|
||||
fastfetch
|
||||
fd
|
||||
freshfetch
|
||||
gcc
|
||||
gnumake
|
||||
go
|
||||
himalaya
|
||||
pkg-config
|
||||
rustc
|
||||
];
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
cat = "bat";
|
||||
ls = "eza";
|
||||
lsusb = "cyme";
|
||||
home-upgrade = "home-manager switch";
|
||||
};
|
||||
# bashrcExtra = "eval `ssh-agent`";
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
|
@ -67,26 +66,6 @@
|
|||
|
||||
programs.gh.enable = true;
|
||||
|
||||
programs.gh-dash = {
|
||||
enable = true;
|
||||
settings = {
|
||||
prSections = [
|
||||
{
|
||||
title = "My Pull Requests";
|
||||
filters = "is:open author:@me";
|
||||
}
|
||||
{
|
||||
title = "My Review Requests";
|
||||
filters = "is:open review-requested:@me";
|
||||
}
|
||||
{
|
||||
title = "Assigned PRs";
|
||||
filters = "is:open assignee:@me";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
settings = {
|
Loading…
Add table
Add a link
Reference in a new issue