WIP: Unfree problems

This commit is contained in:
2026-05-06 12:43:02 +02:00
parent dd88ffb0a3
commit b4327b2740
11 changed files with 348 additions and 439 deletions
+5 -1
View File
@@ -35,7 +35,11 @@
];
nixpkgs.config.allowUnfree = true;
nixpkgs.config.allowUnfreePredicate =
pkg:
builtins.elem (lib.getName pkg) [
"wezterm.nvim"
];
home = {
username = primaryUser;
stateVersion = "26.05";
+4 -3
View File
@@ -1,4 +1,5 @@
{ pkgs, inputs, ... }: {
{ pkgs, inputs, ... }:
{
imports = [
inputs.nixvim.homeModules.nixvim
./treesitter.nix
@@ -11,8 +12,8 @@
./telescope.nix
./catppuccin.nix
./alpha.nix
./avante.nix
./openscad.nix
#./avante.nix
#./openscad.nix
./molten.nix
./which-key.nix
];