This commit is contained in:
Daniel Winkler 2026-08-25 13:07:41 +10:00
commit 99aca2b6e7
4 changed files with 10 additions and 56 deletions

52
flake.lock generated
View file

@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1786384358, "lastModified": 1787498568,
"narHash": "sha256-RzPPiWeUtuvymnpuEWsdtzli5w4kjZs49FqEs3/1u+I=", "narHash": "sha256-9i/VTdusq/+NM/tz+J1Re+ojkMB8MBf0QshnYfzHz30=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2fcb964de67fcf60b43471c55d5d99e61a9ccb5a", "rev": "56c02bc00adcf003215cc4bd996d6efaf4cff188",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -36,22 +36,6 @@
"type": "github" "type": "github"
} }
}, },
"plugins-bloocky": {
"flake": false,
"locked": {
"lastModified": 1786453931,
"narHash": "sha256-OpVm/ubj6rxjGFkjluQLhys/qGWqmN3E7dUMiFUYAZw=",
"owner": "atiladefreitas",
"repo": "bloocky",
"rev": "64a6de6560c40b3351d29545528ddaed98cd9984",
"type": "github"
},
"original": {
"owner": "atiladefreitas",
"repo": "bloocky",
"type": "github"
}
},
"plugins-cmp-pandoc-references": { "plugins-cmp-pandoc-references": {
"flake": false, "flake": false,
"locked": { "locked": {
@ -68,22 +52,6 @@
"type": "github" "type": "github"
} }
}, },
"plugins-dooing": {
"flake": false,
"locked": {
"lastModified": 1786125118,
"narHash": "sha256-Iil8eCCz61T1Hz1y2cij71Hti+QGXbjH49eGCPMqTbA=",
"owner": "atiladefreitas",
"repo": "dooing",
"rev": "2871aaf400c49187aa4216e7cf7abfa37cd32840",
"type": "github"
},
"original": {
"owner": "atiladefreitas",
"repo": "dooing",
"type": "github"
}
},
"r-nvim-nix": { "r-nvim-nix": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -108,11 +76,11 @@
}, },
"rixpkgs": { "rixpkgs": {
"locked": { "locked": {
"lastModified": 1786421894, "lastModified": 1787585894,
"narHash": "sha256-BQLZ0kJYdZ3FmC2Vq7PJFmx4wnyifoCdz+5CIkdbDxI=", "narHash": "sha256-tp/kigWpoz0DUyDmbqVHLjZova3n98vn7R7HTRtjeWg=",
"owner": "dwinkler1", "owner": "dwinkler1",
"repo": "rixpkgs", "repo": "rixpkgs",
"rev": "9518d16a41413cf08eecde557b337b87f1422e91", "rev": "5a76f5802a7728c62feff1399c7302b53276ed8f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -143,9 +111,7 @@
"inputs": { "inputs": {
"fran": "fran", "fran": "fran",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"plugins-bloocky": "plugins-bloocky",
"plugins-cmp-pandoc-references": "plugins-cmp-pandoc-references", "plugins-cmp-pandoc-references": "plugins-cmp-pandoc-references",
"plugins-dooing": "plugins-dooing",
"r-nvim-nix": "r-nvim-nix", "r-nvim-nix": "r-nvim-nix",
"rixpkgs": "rixpkgs", "rixpkgs": "rixpkgs",
"wrappers": "wrappers" "wrappers": "wrappers"
@ -158,11 +124,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1782135443, "lastModified": 1787579952,
"narHash": "sha256-vAmbArdCyjqpVW+37aCy/PMBOLIqukUXLQuEKLwUhA4=", "narHash": "sha256-Dn6IPaLyltx8hBTyC4hgNWDb7T7WHRYUG6wWh6KBHXA=",
"owner": "BirdeeHub", "owner": "BirdeeHub",
"repo": "nix-wrapper-modules", "repo": "nix-wrapper-modules",
"rev": "6e7f66fa2cdf4d63162580b438f7fcf87c28a46f", "rev": "b56e973dd2bd62244b44d6542fb52182bc3a3cda",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -29,16 +29,6 @@
url = "github:jmbuhr/cmp-pandoc-references"; url = "github:jmbuhr/cmp-pandoc-references";
flake = false; flake = false;
}; };
"plugins-bloocky" = {
url = "github:atiladefreitas/bloocky";
flake = false;
};
"plugins-dooing" = {
url = "github:atiladefreitas/dooing";
flake = false;
};
}; };
outputs = { outputs = {

View file

@ -8,7 +8,7 @@
config.settings.config_directory = ../../..; config.settings.config_directory = ../../..;
# Default colorscheme and background # Default colorscheme and background
config.settings.colorscheme = lib.mkDefault "cyberdream"; config.settings.colorscheme = lib.mkDefault "kanagawa";
config.settings.background = lib.mkDefault "dark"; config.settings.background = lib.mkDefault "dark";
# Enable RC wrapping (allows neovim to find the config) # Enable RC wrapping (allows neovim to find the config)

View file

@ -80,8 +80,6 @@ in {
plenary-nvim plenary-nvim
vimtex vimtex
neogit neogit
config.nvim-lib.neovimPlugins.bloocky
config.nvim-lib.neovimPlugins.dooing
{ {
data = mini-nvim; data = mini-nvim;
pname = "mini.nvim"; pname = "mini.nvim";