Compare commits

..

No commits in common. "01934563a531214d0be3bb98f04aaaa6f168ec30" and "36df032ecd409b29f30c1a589d3e44c508e98417" have entirely different histories.

3 changed files with 1 additions and 10 deletions

View file

@ -190,7 +190,6 @@
usbutils
dmidecode
lshw
labelle # Label printer
# Locker
(pkgs.writeShellApplication {

View file

@ -74,10 +74,7 @@ in
jujutsu = {
enable = true;
settings = {
git = {
auto-local-bookmark = true;
auto-local-branch = true;
};
git.auto-local-bookmark = true;
user = {
email = cfg.userEmail;
name = cfg.userName;

View file

@ -76,11 +76,6 @@
# on others I sometimes turn it off when unsuspending.
logind.extraConfig = "HandlePowerKey=ignore";
udev.extraRules = ''
# DYMO LabelPOINT 350
ACTION=="add", SUBSYSTEMS=="usb", ATTRS{idVendor}=="0922", ATTRS{idProduct}=="0015", MODE="0666"
'';
};
# TODO Hibernation?