Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 committed Oct 16, 2023
2 parents a8edd83 + 6aa13ca commit 21f4ecf
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 27 deletions.
4 changes: 1 addition & 3 deletions build/nixos/unmanaged/laptop-framework/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@
++ homeManagerNixosModules;
};
};
# cachix
# binary cache
# hydra
# content addressible
# nixos cache
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,21 @@
};
lspkind = {};
treesitter = {};
harpoon.keymaps.addFile = "<leader>a";
harpoon.keymaps = {
addFile = "<leader>a";
toggleQuickMenu = "<leader>s";
navFile = {
"1" = "<C-j>";
"2" = "<C-k>";
"3" = "<C-l>";
"4" = "<C-m>";
};
};
gitsigns = {};
lualine = {};
telescope = {};
#copilot-lua = {};
copilot-vim = {};
lsp = {
servers = {
bashls = {};
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
docker-compose
direnv
pavucontrol
pulseaudio
#pulseaudio
dunst
cmake
# gcc
Expand Down Expand Up @@ -745,7 +745,7 @@
rustfmt
rufo
black
terraform
#terraform
packer
consul
vault
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ in {
hardware = {
# bluetooth.enable = true;
brillo.enable = false;
pulseaudio.enable = false;
# pulseaudio.enable = false;
# nvidia = {
# # Enable modesetting for Wayland compositors (hyprland)
# modesetting.enable = true;
Expand Down

0 comments on commit 21f4ecf

Please sign in to comment.