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";
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# Stylus note taking
|
||||
xournalpp
|
||||
];
|
||||
}
|
||||
)
|
||||
];
|
||||
|
|
|
@ -154,6 +154,7 @@
|
|||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Touch stuff
|
||||
libinput
|
||||
maliit-keyboard
|
||||
dconf-editor
|
||||
|
|
Loading…
Reference in a new issue