mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-17 19:41:26 -04:00
clean up some instances of with scopes
This commit is contained in:
parent
e494d77078
commit
1bcb51b487
8 changed files with 73 additions and 52 deletions
|
|
@ -10,8 +10,11 @@
|
|||
in {
|
||||
home.file.".config/makima/Wacom One by Wacom S Pen.toml".text = makimaConfig;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
makima
|
||||
gromit-mpx
|
||||
];
|
||||
home.packages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
makima
|
||||
gromit-mpx
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue