Skip to content

Commit

Permalink
nix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Feb 14, 2024
1 parent 7c33d9f commit e48dbbe
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
6 changes: 5 additions & 1 deletion .config/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,9 @@
"clojure.trace.server": "verbose",
"calva.clojureLspPath": "/home/greg/dev/clojure-lsp/clojure-lsp",
"editor.hover.enabled": false,
"calva.fmt.configPath": "CLOJURE-LSP"
"calva.fmt.configPath": "CLOJURE-LSP",
"calva.definitionProviderPriority": [
"lsp",
"repl"
]
}
2 changes: 1 addition & 1 deletion nix/configurations/boot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
virtualisation = {
docker.enable = true;

# virtualbox.host.enable = true;
virtualbox.host.enable = true;
};

nix.settings.max-jobs = lib.mkDefault 8;
Expand Down
11 changes: 6 additions & 5 deletions nix/home-manager/personal.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,25 @@ in {
alda
blender
nodePackages.eask
master.graalvm17-ce
master.graalvm-ce
heroku
imagemagick
maven
mysql
nodePackages.node2nix
hugo
pandoc
postman
master.ferdium
# stable.postman
stable.ferdium
s3cmd
sass
sassc
srt-to-vtt-cl
teamviewer
virtualbox
websocat
master.dart
# flutter
# master.dart
flutter
hover
upx
zoom-us
Expand Down
2 changes: 1 addition & 1 deletion nix/home-manager/programs/games.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
home.packages = with pkgs; [
dolphin-emu-beta
# dolphin-emu-beta
lutris
wineWowPackages.staging
winetricks
Expand Down

0 comments on commit e48dbbe

Please sign in to comment.