Compare commits

..

No commits in common. "d5d1b72de931c37b1be7af0c07069a68e16a2e8b" and "67598d578286354114bc328c63c82455a51f625c" have entirely different histories.

3 changed files with 0 additions and 11 deletions

View File

@ -10,7 +10,6 @@ in
modules.common.module
modules.nixos.secrets
modules.nixos.desktop.bluetooth
modules.nixos.desktop.utils
modules.nixos.gaming.amd
modules.nixos.gaming.starCitizen
modules.nixos.gaming.steam

View File

@ -27,7 +27,6 @@
lightDM = ./nixos/desktop/lightDM.nix;
xfce = ./nixos/desktop/xfce.nix;
bluetooth = ./nixos/desktop/bluetooth.nix;
utils = ./nixos/desktop/utils.nix;
};
gaming = {
amd = ./nixos/gaming/amd.nix;

View File

@ -1,9 +0,0 @@
{pkgs, ...}:
{
environment.systemPackages = with pkgs; [
kdePackages.gwenview
kdePackages.ark
vlc
];
}