scanner/printer drivers and application installs
This commit is contained in:
@@ -63,8 +63,8 @@ environment.gnome.excludePackages = (with pkgs; [
|
||||
epiphany
|
||||
gnome-characters
|
||||
yelp
|
||||
simple-scan
|
||||
gnome-font-viewer
|
||||
cheese
|
||||
]);
|
||||
|
||||
hardware.pulseaudio.enable = false;
|
||||
@@ -122,9 +122,10 @@ unstable.protonup-qt # update proton-ge
|
||||
libreoffice-fresh # office, but based
|
||||
calibre # ugly af eBook library manager
|
||||
foliate # gtk eBook reader
|
||||
gnome.simple-scan # document scanner
|
||||
gnome-feeds # feed reader, maybe will replace with nextcloud
|
||||
unstable.wike # gtk wikipedia wow!
|
||||
unstable.furtherance # I made this one tehee track time utility
|
||||
gnome.simple-scan # scanner
|
||||
|
||||
# sequeler # friendly SQL client
|
||||
blanket # background noise
|
||||
@@ -256,6 +257,14 @@ symbola
|
||||
speedtest-cli # check internet speed from the comand line
|
||||
editorconfig # follow rules of contributin
|
||||
|
||||
]) ++ (with pkgs.bat-extras; [
|
||||
batman # man pages
|
||||
batpipe # piping
|
||||
batgrep # ripgrep
|
||||
batdiff # this is getting crazy!
|
||||
batwatch # probably my next best friend
|
||||
prettybat # trans your sourcecode!
|
||||
|
||||
]) ++ (with pkgs.fishPlugins; [
|
||||
sponge # keep history clean from typos
|
||||
fzf-fish # fish command line with fzf keybindings
|
||||
@@ -418,7 +427,6 @@ services = {
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
neovim
|
||||
docker-compose # easy way to migrate my docker anywhere!
|
||||
];
|
||||
|
||||
@@ -512,6 +520,10 @@ snapraid = {
|
||||
|
||||
programs = {
|
||||
mtr.enable = true;
|
||||
neovim = {
|
||||
enable = true;
|
||||
vimAlias = true;
|
||||
};
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
@@ -527,7 +539,13 @@ programs = {
|
||||
};
|
||||
|
||||
services = {
|
||||
printing.enable = true;
|
||||
printing = {
|
||||
enable = true;
|
||||
drivers = [ pkgs.hplip pkgs.hplipWithPlugin ];
|
||||
};
|
||||
# ipp-usb.enable = true; # usb scanner
|
||||
avahi.enable = true;
|
||||
avahi.nssmdns = true;
|
||||
fstrim.enable = true;
|
||||
btrfs.autoScrub = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user