Skip to content

Commit

Permalink
feat(autostart): added new programs to autostart script
Browse files Browse the repository at this point in the history
Also, I removed unused "re" alias, because I need only rebuild my system
inside my nix-dotfiles directory, not outside it
  • Loading branch information
Wittano committed Nov 3, 2024
1 parent c92e3d1 commit 9f400f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hosts/pc/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ rec {
neovim.wittano.enable = true;

fish.shellAliases = {
re = "nh os switch ${environment.variables.NIX_DOTFILES}";
# Projects
pnix = "cd $HOME/nix-dotfiles";
plab = "cd $HOME/projects/server/home-lab";
Expand All @@ -310,6 +309,9 @@ rec {
programs = [
"vivaldi"
"spotify"
"vesktop"
"thunderbird"
"steam"
];
};

Expand Down

0 comments on commit 9f400f6

Please sign in to comment.