treewide: normalize gnome packages

This commit is contained in:
Felix Buehler 2024-11-17 00:21:14 +01:00
parent 75e28b17c0
commit 078351a0cd
4 changed files with 10 additions and 10 deletions

View file

@ -21,6 +21,6 @@ in
];
programs.system-config-printer.enable = true;
environment.systemPackages = with pkgs; [ gnome.simple-scan ];
environment.systemPackages = with pkgs; [ simple-scan ];
};
}