More touch stuff

This commit is contained in:
Nathan McCarty 2025-01-13 17:54:43 -05:00
parent de8c6e1327
commit 65aba3cb3c
2 changed files with 6 additions and 0 deletions

View file

@ -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
];
} }
) )
]; ];

View file

@ -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