Compare commits
No commits in common. "049525be56ebb5db22176db7dc9cbebadbe70792" and "4375c27ab19190ebe6332d8fe86acfc18e5cd314" have entirely different histories.
049525be56
...
4375c27ab1
2 changed files with 12 additions and 35 deletions
|
@ -120,11 +120,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1710283656,
|
||||
"narHash": "sha256-nI+AOy4uK6jLGBi9nsbHjL1EdSIzoo8oa+9oeVhbyFc=",
|
||||
"lastModified": 1709569716,
|
||||
"narHash": "sha256-iOR44RU4jQ+YPGrn+uQeYAp7Xo7Z/+gT+wXJoGxxLTY=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "51063ed4f2343a59fdeebb279bb81d87d453942b",
|
||||
"rev": "617579a787259b9a6419492eaac670a5f7663917",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
41
home.nix
41
home.nix
|
@ -20,13 +20,11 @@
|
|||
brightnessctl
|
||||
curl
|
||||
distrobox
|
||||
fd
|
||||
git
|
||||
neovide
|
||||
(nerdfonts.override { fonts = [ "Iosevka" ]; })
|
||||
obsidian
|
||||
qutebrowser
|
||||
solargraph
|
||||
tmux
|
||||
wget
|
||||
wl-clipboard
|
||||
|
@ -196,9 +194,6 @@
|
|||
};
|
||||
theme = "Catppuccin-Mocha";
|
||||
};
|
||||
lazygit = {
|
||||
enable = true;
|
||||
};
|
||||
lsd = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
|
@ -254,12 +249,7 @@
|
|||
tabstop = 2;
|
||||
};
|
||||
plugins = {
|
||||
cmp-cmdline.enable = true;
|
||||
cmp-fish.enable = true;
|
||||
cmp-nvim-lsp.enable = true;
|
||||
cmp-nvim-ultisnips.enable = true;
|
||||
lightline.enable = true;
|
||||
fugitive.enable = true;
|
||||
gitblame.enable = true;
|
||||
gitsigns.enable = true;
|
||||
lsp = {
|
||||
|
@ -274,26 +264,19 @@
|
|||
enableModifiedMarkers = true;
|
||||
closeIfLastWindow = true;
|
||||
};
|
||||
noice = {
|
||||
enable = true;
|
||||
};
|
||||
notify.enable = true;
|
||||
nvim-autopairs.enable = true;
|
||||
nvim-colorizer.enable = true;
|
||||
/*
|
||||
obsidian = {
|
||||
enable = true;
|
||||
dir = "~/muhhmory";
|
||||
dailyNotes = {
|
||||
folder = "~/muhhmory/Journal/Daily Pages";
|
||||
template = "Daily Page.md";
|
||||
};
|
||||
templates = {
|
||||
subdir = "Templates";
|
||||
};
|
||||
enable = true;
|
||||
dir = "~/muhhmory";
|
||||
dailyNotes = {
|
||||
folder = "~/muhhmory/Journal/Daily Pages";
|
||||
template = "Daily Page.md";
|
||||
};
|
||||
templates = {
|
||||
subdir = "Templates";
|
||||
};
|
||||
};
|
||||
*/
|
||||
oil.enable = true;
|
||||
surround.enable = true;
|
||||
telescope = {
|
||||
enable = true;
|
||||
|
@ -302,12 +285,6 @@
|
|||
fzf-native.enable = true;
|
||||
};
|
||||
};
|
||||
# transparent.enable = true;
|
||||
toggleterm.enable = true;
|
||||
treesitter = {
|
||||
enable = true;
|
||||
indent = true;
|
||||
};
|
||||
};
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
vim-nix
|
||||
|
|
Loading…
Reference in a new issue