More touch stuff
This commit is contained in:
parent
de8c6e1327
commit
65aba3cb3c
|
@ -59,6 +59,11 @@
|
||||||
Service.ExecStart = lib.mkForce "${pkgs.syncthingtray}/bin/syncthingtray --wait";
|
Service.ExecStart = lib.mkForce "${pkgs.syncthingtray}/bin/syncthingtray --wait";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
# Stylus note taking
|
||||||
|
xournalpp
|
||||||
|
];
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|
|
@ -154,6 +154,7 @@
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
# Touch stuff
|
||||||
libinput
|
libinput
|
||||||
maliit-keyboard
|
maliit-keyboard
|
||||||
dconf-editor
|
dconf-editor
|
||||||
|
|
Loading…
Reference in a new issue