Added Bridges; Changed shell
This commit is contained in:
+1
-1
@@ -34,12 +34,12 @@
|
||||
./obsidian.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.allowUnfreePredicate =
|
||||
pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"wezterm.nvim"
|
||||
];
|
||||
|
||||
home = {
|
||||
username = primaryUser;
|
||||
stateVersion = "26.05";
|
||||
|
||||
Reference in New Issue
Block a user