~ruther/nixos-config

d12f035748f7a57714cd4ae849c496d5273bfc47 — František Boháček 1 year, 6 months ago bbc4587
feat: remove stuff from desktop
1 files changed, 2 insertions(+), 10 deletions(-)

M hosts/desktop/default.nix
M hosts/desktop/default.nix => hosts/desktop/default.nix +2 -10
@@ 23,10 23,10 @@
{
  imports =                                               # For now, if applying to other system, swap files
    [(import ./hardware-configuration.nix)] ++            # Current system hardware config @ /etc/nixos/hardware-configuration.nix
    [(import ../../modules/programs/games.nix)] ++        # Gaming
    #[(import ../../modules/programs/games.nix)] ++        # Gaming
    [(import ../../modules/desktop/dm/sddm.nix)] ++       # Desktop manager
    [(import ../../modules/desktop/qtile/default.nix)] ++ # Window Manager
    (import ../../modules/desktop/virtualisation) ++      # Virtual Machines & VNC
    #(import ../../modules/desktop/virtualisation) ++      # Virtual Machines & VNC
    (import ../../modules/hardware);                      # Hardware devices

  boot = {                                      # Boot options


@@ 44,16 44,8 @@
  };

  hardware = {
    sane = {                                    # Used for scanning with Xsane
      enable = true;
      extraBackends = [ pkgs.sane-airscan ];
    };
    opengl = {
      enable = true;
      extraPackages = with pkgs; [
        linuxKernel.packages.linux_latest_libre.amdgpu-pro
        xorg.xf86videoamdgpu
      ];
      driSupport = true;
      driSupport32Bit = true;
    };

Do not follow this link