this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

wallsocket: remove some kde packages & add adwaita icons

Ovyerus 94aa42bd cfa362a8

+11 -1
+11 -1
nixos/wallsocket/configuration.nix
··· 51 51 services.displayManager.defaultSession = "plasma"; # Set to `plasma` for Wayland. 52 52 services.desktopManager.plasma6.enable = true; 53 53 54 + environment.plasma6.excludePackages = with pkgs.kdePackages; [ 55 + elisa 56 + gwenview 57 + konsole 58 + ]; 59 + 54 60 # Configure keymap in X11 55 61 services.xserver = { 56 62 xkb.layout = "us"; ··· 77 83 users.users.ovy = { 78 84 isNormalUser = true; 79 85 description = "Ashlynne Mitchell"; 80 - extraGroups = ["networkmanager" "wheel" "libvirtd"]; 86 + extraGroups = ["networkmanager" "wheel" "libvirtd" "cdrom"]; 81 87 shell = pkgs.fish; 82 88 }; 83 89 90 + system.tools.nixos-option.enable = false; 91 + 84 92 nix.settings = { 85 93 auto-optimise-store = true; 86 94 experimental-features = ["nix-command" "flakes"]; ··· 94 102 95 103 environment.sessionVariables."MOZ_ENABLE_WAYLAND" = 0; 96 104 environment.systemPackages = with pkgs; [ 105 + adwaita-icon-theme 97 106 amdgpu_top 98 107 docker-compose 99 108 ffmpeg_6-full ··· 103 112 niri 104 113 openssh 105 114 solaar 115 + unar 106 116 wget 107 117 wcurl 108 118 p7zip