mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
updated moms-laptop
This commit is contained in:
parent
afb948363e
commit
3a9755739b
3 changed files with 2 additions and 4 deletions
|
|
@ -88,7 +88,7 @@
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
(import ./modules inputs)
|
(import ./modules inputs)
|
||||||
(import ./systems/mom-laptop inputs)
|
(import ./systems/moms-laptop inputs)
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
notbuntu = unstable.lib.nixosSystem {
|
notbuntu = unstable.lib.nixosSystem {
|
||||||
|
|
|
||||||
|
|
@ -13,10 +13,8 @@ _: {
|
||||||
hardware.sane = {
|
hardware.sane = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraBackends = [pkgs.hplipWithPlugin];
|
extraBackends = [pkgs.hplipWithPlugin];
|
||||||
#run this to setup gimp plugin
|
|
||||||
#ln -s /run/current-system/sw/bin/xsane ~/.config/GIMP/2.10/plug-ins/xsane
|
|
||||||
systemd.tmpfiles.rules = ["L /home/jo/.config/GIMP/2.10/plug-ins/xsane - - - - /run/current-system/sw/bin/xsane"];
|
|
||||||
};
|
};
|
||||||
|
systemd.tmpfiles.rules = ["L /home/jo/.config/GIMP/2.10/plug-ins/xsane - - - - /run/current-system/sw/bin/xsane"];
|
||||||
services = {
|
services = {
|
||||||
printing = {
|
printing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue