diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-03 21:26:05 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-03 21:26:05 +0100 |
| commit | 16f4050785c5fd1ca70eda6f18a341d333adba63 (patch) | |
| tree | 65942e2b5d854b4f1fc055a5870afd0e8459a167 | |
| parent | 7cde61a5d46b85562ee4022b2c80e84392dd28bf (diff) | |
did stuff idk tbh
| -rwxr-xr-x | flake.lock | 12 | ||||
| -rw-r--r-- | modules/home/i3wm/nord-blue/nvim.nix | 8 | ||||
| -rwxr-xr-x | mun.nix | 7 |
3 files changed, 17 insertions, 10 deletions
@@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1771744638, - "narHash": "sha256-EDLi+YAsEEAmMeZe1v6GccuGRbCkpSZp/+A6g+pivR8=", + "lastModified": 1772380125, + "narHash": "sha256-8C+y46xA9bxcchj9GeDPJaRUDApaA3sy2fhJr1bTbUw=", "owner": "nix-community", "repo": "home-manager", - "rev": "cb6c151f5c9db4df0b69d06894dc8484de1f16a0", + "rev": "a07a44a839eb036e950bf397d9b782916f8dcab3", "type": "github" }, "original": { @@ -23,11 +23,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1771903837, - "narHash": "sha256-sdaqdnsQCv3iifzxwB22tUwN/fSHoN7j2myFW5EIkGk=", + "lastModified": 1772047000, + "narHash": "sha256-7DaQVv4R97cii/Qdfy4tmDZMB2xxtyIvNGSwXBBhSmo=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e764fc9a405871f1f6ca3d1394fb422e0a0c3951", + "rev": "1267bb4920d0fc06ea916734c11b0bf004bbe17e", "type": "github" }, "original": { diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix index 5f30d3e..eaf9b28 100644 --- a/modules/home/i3wm/nord-blue/nvim.nix +++ b/modules/home/i3wm/nord-blue/nvim.nix @@ -15,7 +15,7 @@ plugins = with pkgs.vimPlugins; [ vimtex - (nvim-treesitter.withPlugins (p: [ p.lua p.nix p.rust p.python p.bash p.latex p.c p. org])) # Syntax highlighting + language servers + (nvim-treesitter.withPlugins (p: [ p.lua p.nix p.rust p.python p.bash p.latex p.c])) # Syntax highlighting + language servers telescope-nvim # File search plenary-nvim # Lua functions which-key-nvim # Keybind suggestions @@ -107,7 +107,11 @@ -- Keybind to toggle vim.keymap.set("n", "<leader>e", "<cmd>NvimTreeToggle<CR>") - + -- Orgmode setup + require('orgmode').setup({ + org_agenda_files = {'~/Documents/2. Writing/0. SOČ/org/*.org'}, + org_default_notes_file = '~/Documents/2. Writing/0. SOČ/org/index.org', + }) ------------------------------------------------------------------ -- LaTeX configuration (from old LazyVim config) ------------------------------------------------------------------ @@ -23,7 +23,7 @@ # === Applications === discord spotify - + openrocket # === Utilities === pay-respects zathura @@ -42,7 +42,10 @@ # === Fun Stuff === # peaclock kdePackages.kdenlive - ]; + dwarf-fortress + dwarf-fortress-packages.themes.spacefox + tetris + ]; sessionVariables = { EDITOR = "nvim"; |
