New Installs and Gnome defaults
- Prism launcher - logism - asdf-vm
This commit is contained in:
parent
c0d0fb0623
commit
abb7d7d5c4
3 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
|
8
host/rune/modules/fish/default.nix
Normal file
8
host/rune/modules/fish/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.fish = {
|
||||
shellInit = ''
|
||||
source "$HOME/.nix-profile/share/asdf-vm/asdf.fish"
|
||||
'';
|
||||
};
|
||||
}
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue