felixalbpc: Minor fixes, new packages, etc. Update flake inputs.
This commit is contained in:
@@ -25,9 +25,11 @@
|
||||
|
||||
console.keyMap = "no";
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"copilot.vim"
|
||||
];
|
||||
nixpkgs.config = {
|
||||
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"copilot.vim"
|
||||
];
|
||||
};
|
||||
|
||||
users.users.felixalb = {
|
||||
uid = 1328256;
|
||||
|
||||
Reference in New Issue
Block a user