Compare commits
No commits in common. "d5d1b72de931c37b1be7af0c07069a68e16a2e8b" and "67598d578286354114bc328c63c82455a51f625c" have entirely different histories.
d5d1b72de9
...
67598d5782
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -1,9 +0,0 @@
|
||||
{pkgs, ...}:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
kdePackages.gwenview
|
||||
kdePackages.ark
|
||||
vlc
|
||||
];
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user