Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexvZyl committed Jun 6, 2024
1 parent ec99f14 commit 7082d5c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
14 changes: 10 additions & 4 deletions .config/VSCodium/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"editor.lineNumbers": "relative",
"breadcrumbs.filePath": "off",
"workbench.layoutControl.enabled": false,
"editor.lightbulb.enabled": false,
"editor.lightbulb.enabled": "off",
"breadcrumbs.enabled": false,
"notebook.breadcrumbs.showCodeCells": false,
"workbench.editor.enablePreview": false,
Expand Down Expand Up @@ -98,7 +98,13 @@
"git.enableSmartCommit": true,
"git.confirmSync": false,
"haskell.manageHLS": "GHCup",
"workbench.activityBar.location": "hidden",
"clangd.path": "/home/alex/.config/VSCodium/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/17.0.3/clangd_17.0.3/bin/clangd",
"clangd.path": "/home/alex/.config/VSCodium/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/18.1.3/clangd_18.1.3/bin/clangd",
"remote.autoForwardPortsSource": "hybrid",
}
"window.menuBarVisibility": "toggle",
"cmake.pinnedCommands": [
"workbench.action.tasks.configureTaskRunner",
"workbench.action.tasks.runTask"
],
"cmake.showOptionsMovedNotification": false,
"terminal.integrated.gpuAcceleration": "off",
}
2 changes: 1 addition & 1 deletion .config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bar {
tray_output none # do not show tray output
workspace_buttons no # do not show workspace buttons
height 35 # same height as polybar
output HDMI-1
output HDMI-1-0
#output eDP1

# prevent any accidental clicks/scrolls
Expand Down
2 changes: 1 addition & 1 deletion .password-store
6 changes: 3 additions & 3 deletions .profile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ alias tw="tmux-workspace"
alias tks="tmux kill-session"

# Nix aliases.
alias nix-build="sudo nixos-rebuild switch --flake \$HOME/.nixos#default --impure"
alias nix-update="sudo nix-channel --update"
alias nix-clear="sudo nix-collect-garbage --delete-older-than 7d"
alias nix-build="sudo nixos-rebuild switch --flake \$HOME/.nixos#default --impure; notify-send 'NixOS' 'Build complete.' || notify-send --urgency=critical 'NixOS' 'Build failed.'"
alias nix-update="sudo nix-channel --update && notify-send 'NixOS' 'Channels updated.' || notify-send --urgency=critical 'NixOS' 'Upgrade failed.'"
alias nix-clear="sudo nix-collect-garbage --delete-older-than"
alias nix-python-activate="LD_LIBRARY_PATH=\$(nix eval --raw nixpkgs#stdenv.cc.cc.lib)/lib \
nix-shell \
-p python3 python3Packages.virtualenv \
Expand Down

0 comments on commit 7082d5c

Please sign in to comment.