Skip to content

Commit

Permalink
heroic: install heroic games launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Mar 27, 2024
1 parent 1d517a9 commit aeceb11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion configs/home/bricked/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{...}: {
{pkgs, ...}: {
home = {
username = "bricked";
homeDirectory = "/home/bricked";
Expand Down Expand Up @@ -39,4 +39,5 @@
programs.librewolf.enable = true;
programs.theseus.enable = true;
programs.vesktop.enable = true;
home.packages = with pkgs; [ heroic ];
}
2 changes: 1 addition & 1 deletion modules/home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
./rofi
./kitty
./nixvim
./bun
./bun
./librewolf
./fastfetch
./spotify-player
Expand Down

0 comments on commit aeceb11

Please sign in to comment.