New Installs and Gnome defaults

- Prism launcher
- logism
- asdf-vm
This commit is contained in:
Chris Toph 2025-02-08 14:38:54 -05:00
parent c0d0fb0623
commit abb7d7d5c4
3 changed files with 13 additions and 1 deletions

View file

@ -14,6 +14,7 @@
# Modules
../modules/gnome/home.nix
../modules/fish
];
# Enables app shorcuts
@ -22,6 +23,7 @@
xdg.systemDirs.data = [ "${config.home.homeDirectory}/.nix-profile/share/applications" ];
home.packages = with pkgs; [
asdf-vm
bitwarden-desktop
chafa
fastfetch
@ -30,6 +32,7 @@
fishPlugins.tide
grc
inspector
logisim-evolution
monocraft
nerd-fonts.fira-code
nodejs_22

View file

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
programs.fish = {
shellInit = ''
source "$HOME/.nix-profile/share/asdf-vm/asdf.fish"
'';
};
}

View file

@ -55,8 +55,9 @@
"vesktop.desktop"
"org.telegram.desktop.desktop"
"code.desktop"
"Marvel Rivals.desktop"
"steam.desktop"
"Marvel Rivals.desktop"
"org.prismlauncher.PrismLauncher.desktop"
];
disable-user-extensions = false;