aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xflake.lock12
-rw-r--r--modules/home/i3wm/nord-blue/nvim.nix8
-rwxr-xr-xmun.nix7
3 files changed, 17 insertions, 10 deletions
diff --git a/flake.lock b/flake.lock
index 30786fe..22a06ad 100755
--- a/flake.lock
+++ b/flake.lock
@@ -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)
------------------------------------------------------------------
diff --git a/mun.nix b/mun.nix
index 86766be..4a34e19 100755
--- a/mun.nix
+++ b/mun.nix
@@ -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";