mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
nixvim nixd und rpcs3 fix
This commit is contained in:
@@ -224,6 +224,10 @@
|
||||
installRustc = true;
|
||||
};
|
||||
# nix
|
||||
nixd = {
|
||||
enable = true;
|
||||
filetypes = [ "nix" ];
|
||||
};
|
||||
nil_ls.enable = true;
|
||||
# other
|
||||
marksman.enable = true;
|
||||
|
||||
@@ -15,6 +15,7 @@ let
|
||||
];
|
||||
};
|
||||
in
|
||||
|
||||
{
|
||||
home.packages =
|
||||
with pkgs;
|
||||
@@ -57,7 +58,7 @@ in
|
||||
prismlauncher
|
||||
heroic
|
||||
# lutris
|
||||
rpcs3
|
||||
pkgs-stable.rpcs3
|
||||
pcsx2
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user