moved cups
This commit is contained in:
@ -68,10 +68,14 @@
|
||||
tree
|
||||
usbutils
|
||||
wget
|
||||
unzip
|
||||
zsh
|
||||
neofetch
|
||||
cargo
|
||||
youtube-dl
|
||||
git-secrets
|
||||
gnupg
|
||||
nmap
|
||||
];
|
||||
|
||||
documentation.enable = false;
|
||||
|
@ -31,10 +31,16 @@
|
||||
fslint
|
||||
transmission-gtk
|
||||
bitwarden
|
||||
gnome.gnome-tweaks
|
||||
juno-theme
|
||||
elementary-xfce-icon-theme
|
||||
libreoffice
|
||||
etcher
|
||||
mangohud
|
||||
minecraft
|
||||
jellyfin-mpv-shim
|
||||
jellyfin-media-player
|
||||
teams
|
||||
];
|
||||
|
||||
programs.steam.enable = true;
|
||||
@ -71,6 +77,10 @@
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
services.printing.drivers = [ pkgs.brlaser ];
|
||||
|
||||
nixpkgs.config.chromium.commandLineArgs = "--enable-features=WebUIDarkMode,NativeNotifications,VaapiVideoDecoder --ignore-gpu-blocklist --use-gl=desktop --force-dark-mode --disk-cache-dir=/tmp/cache";
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
|
@ -42,9 +42,9 @@ in
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.grub.gfxmodeEfi = "1024x768";
|
||||
|
||||
#boot.plymouth.enable = true;
|
||||
# boot.plymouth.enable = true;
|
||||
|
||||
environment.etc."issue.d/ip.issue".text = "\\4\n";
|
||||
# environment.etc."issue.d/ip.issue".text = "\\4\n";
|
||||
|
||||
networking.hostName = "thinkpad"; # Define your hostname.
|
||||
|
||||
@ -67,9 +67,8 @@ in
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
services.xserver.desktopManager.pantheon.enable = true;
|
||||
services.xserver.desktopManager.pantheon.extraWingpanelIndicators = [ pkgs.pantheon.wingpanel-indicator-nightlight ];
|
||||
#services.xserver.dpi = 144;
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
|
||||
services.xserver = {
|
||||
videoDrivers = [ "nvidia" ];
|
||||
@ -123,9 +122,6 @@ in
|
||||
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };
|
||||
};
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
services.printing.drivers = [ pkgs.brlaser ];
|
||||
# Enable sound.
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio = {
|
||||
|
Reference in New Issue
Block a user