Compare commits

..

No commits in common. "c4338a0276a304551e26a9e99c97feea23da8ac6" and "d5ebf4537f015731e8434e2b70d063bf95a5c77d" have entirely different histories.

View file

@ -28,7 +28,6 @@
annotator # image annotation, KDE's Spectacle does too but only for screenshots it just took, maybe ksnip or shutter would be more flexible screenshot tools, hmm kdePackages.kquickimageedit and kdePackages.kimageannotator basically use the same tools as Spectacle, i'll try them too. annotator # image annotation, KDE's Spectacle does too but only for screenshots it just took, maybe ksnip or shutter would be more flexible screenshot tools, hmm kdePackages.kquickimageedit and kdePackages.kimageannotator basically use the same tools as Spectacle, i'll try them too.
ansible ansible
authenticator # 2-factor auth, it's for Gnome but it's the only good one (can scan in from the phone etc) authenticator # 2-factor auth, it's for Gnome but it's the only good one (can scan in from the phone etc)
beets
birdtray birdtray
bitwarden-cli bitwarden-cli
bitwarden-desktop bitwarden-desktop
@ -40,7 +39,7 @@
# cruft # cruft
cups-brother-hll2375dw cups-brother-hll2375dw
curl curl
unstable.ddev ddev
diffr diffr
dig dig
dmidecode dmidecode
@ -54,7 +53,6 @@
fira-mono # coding font WITHOUT ligatures, thank god fira-mono # coding font WITHOUT ligatures, thank god
firefox firefox
firefoxpwa firefoxpwa
flameshot # screenshots with annotations
floorp floorp
fsearch fsearch
getxbook getxbook
@ -145,8 +143,8 @@
reveal-md reveal-md
rink rink
rofi rofi
# rustdesk - not using error-ish rustdesk
# samba - not using…? samba
sassc # Convenient to use directly, though it is deprecated in favor of dart-sass i think sassc # Convenient to use directly, though it is deprecated in favor of dart-sass i think
shortwave shortwave
shotwell # Even though i'm not on Gnome anymore, really don't see the need to switch to KPhotoAlbum (NixOS has to download more for that anyway). The other option is digikam and if getting into RAW and editing more, darktable shotwell # Even though i'm not on Gnome anymore, really don't see the need to switch to KPhotoAlbum (NixOS has to download more for that anyway). The other option is digikam and if getting into RAW and editing more, darktable
@ -372,16 +370,8 @@
# programs.appimage.enable = true; # programs.appimage.enable = true;
# programs.appimage.binfmt = true; # programs.appimage.binfmt = true;
nixpkgs.config = { # Allow unfree packages
# Allow unfree packages nixpkgs.config.allowUnfree = true;
allowUnfree = true;
# Allow getting packages from unstable by prefixing unstable in package list.
packageOverrides = pkgs: {
unstable = import <nixpkgs> {
config = config.nixpkgs.config;
};
};
};
# TODO remove this when Logseq gets its act together # TODO remove this when Logseq gets its act together
# nixpkgs.config.permittedInsecurePackages = [ # nixpkgs.config.permittedInsecurePackages = [