diff --git a/standalone-home.nix b/ubuntu-home.nix similarity index 69% rename from standalone-home.nix rename to ubuntu-home.nix index d40b21f..4d652c3 100644 --- a/standalone-home.nix +++ b/ubuntu-home.nix @@ -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 = {