screen capture no longer working
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, inputs, self, secretsDir, specialArgs, ... }:
|
||||
{ lib, inputs, self, secretsDir, specialArgs, pkgsUnstable, ... }:
|
||||
|
||||
# config that i use on all my hosts
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
];
|
||||
|
||||
|
||||
home-manager.extraSpecialArgs = specialArgs;
|
||||
home-manager.extraSpecialArgs = specialArgs // { inherit pkgsUnstable; };
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user