added brother printer
This commit is contained in:
@ -19,6 +19,7 @@
|
|||||||
iotop
|
iotop
|
||||||
lm_sensors
|
lm_sensors
|
||||||
lsof
|
lsof
|
||||||
|
manpages
|
||||||
ncdu
|
ncdu
|
||||||
nodejs
|
nodejs
|
||||||
pciutils
|
pciutils
|
||||||
@ -27,7 +28,7 @@
|
|||||||
sshfs
|
sshfs
|
||||||
tealdeer
|
tealdeer
|
||||||
tree
|
tree
|
||||||
manpages
|
usbutils
|
||||||
zsh
|
zsh
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
users.alex = {
|
users.alex = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "docker" "networkmanager" "libvirtd" ];
|
extraGroups = [ "wheel" "docker" "networkmanager" "libvirtd" "lp"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -83,6 +83,38 @@
|
|||||||
# };
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rofi = {
|
||||||
|
enable = true;
|
||||||
|
lines = 10;
|
||||||
|
borderWidth = 0;
|
||||||
|
scrollbar = false;
|
||||||
|
padding = 50;
|
||||||
|
font = "Roboto 20";
|
||||||
|
separator = "solid";
|
||||||
|
colors = {
|
||||||
|
window = {
|
||||||
|
background = "#dd000000";
|
||||||
|
border = "#a6a6a6";
|
||||||
|
separator = "#a6a6a6";
|
||||||
|
};
|
||||||
|
rows = {
|
||||||
|
normal = {
|
||||||
|
background = "#00000000";
|
||||||
|
foreground = "#a6a6a6";
|
||||||
|
backgroundAlt = "#000000";
|
||||||
|
highlight = {
|
||||||
|
background = "#a6a6a6";
|
||||||
|
foreground = "#000000";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
extraConfig = {
|
||||||
|
modi = "drun,window";
|
||||||
|
show-icons = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
mpv = {
|
mpv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
@ -141,7 +141,7 @@ in
|
|||||||
|
|
||||||
# Enable CUPS to print documents.
|
# Enable CUPS to print documents.
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
services.printing.drivers = [ pkgs.brlaser ];
|
||||||
# Enable sound.
|
# Enable sound.
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
hardware.pulseaudio.enable = true;
|
hardware.pulseaudio.enable = true;
|
||||||
@ -217,10 +217,10 @@ in
|
|||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
networking.firewall.allowedTCPPorts = [ 52698 ];
|
#networking.firewall.allowedTCPPorts = [ 52698 ];
|
||||||
networking.firewall.allowedUDPPorts = [ 52698 ];
|
#networking.firewall.allowedUDPPorts = [ 52698 ];
|
||||||
# Or disable the firewall altogether.
|
# Or disable the firewall altogether.
|
||||||
# networking.firewall.enable = false;
|
networking.firewall.enable = false;
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
|
Reference in New Issue
Block a user