add printer drivers because i got a new printer now
This commit is contained in:
@@ -31,6 +31,16 @@
|
|||||||
|
|
||||||
services.printing = {
|
services.printing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
drivers = with pkgs; [
|
||||||
|
gutenprint
|
||||||
|
gutenprintBin
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
services.avahi = {
|
||||||
|
enable = true;
|
||||||
|
nssmdns4 = true;
|
||||||
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Sadly, I don't know how to install flatpaks like this.
|
# Sadly, I don't know how to install flatpaks like this.
|
||||||
|
|||||||
@@ -15,7 +15,9 @@
|
|||||||
nix-direnv
|
nix-direnv
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
nixd
|
nixd
|
||||||
|
catppuccin-cursors.mochaBlue
|
||||||
unzip
|
unzip
|
||||||
|
libwebp
|
||||||
ifuse
|
ifuse
|
||||||
w3m
|
w3m
|
||||||
imagemagick
|
imagemagick
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
device = "nodev";
|
device = "nodev";
|
||||||
# efiInstallAsRemovable = true;
|
# efiInstallAsRemovable = true;
|
||||||
useOSProber = true;
|
useOSProber = true;
|
||||||
|
gfxmodeEfi = "1920x1080";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
initialPassword = "password";
|
initialPassword = "password";
|
||||||
description = "${config.main-user.realName}";
|
description = "${config.main-user.realName}";
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
extraGroups = [ "networkmanager" "wheel" "input" ];
|
extraGroups = [ "networkmanager" "wheel" "input" "video" ];
|
||||||
packages = config.main-user.packages;
|
packages = config.main-user.packages;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# using cloudflare dns instead of apollo.lv (which might be spying)
|
# using cloudflare dns instead of apollo.lv (which might be spying)
|
||||||
networking.nameservers = [ "1.1.1.1" "1.0.0.1" ];
|
networking.nameservers = [ "1.1.1.1" "1.0.0.1" ];
|
||||||
|
|
||||||
networking.hostName = "nixos";
|
networking.hostName = "ocbwoy3-pc";
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user