Compare commits
No commits in common. "c5d2e8d5cea5d7c9a1ae99fdb4be1d7a8b20f520" and "a671f563758819783f7a98600f284bf3e3f76c33" have entirely different histories.
c5d2e8d5ce
...
a671f56375
|
@ -18,7 +18,6 @@ in
|
||||||
./extra
|
./extra
|
||||||
./core
|
./core
|
||||||
./dev
|
./dev
|
||||||
./games
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
|
|
|
@ -4,5 +4,6 @@
|
||||||
./dvd.nix
|
./dvd.nix
|
||||||
./yubikey.nix
|
./yubikey.nix
|
||||||
./wireguard.nix
|
./wireguard.nix
|
||||||
|
./steam.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./steam.nix
|
|
||||||
./prismlauncher.nix
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
{ pkgs, config, ... }: {
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
prismlauncher
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -11,7 +11,6 @@ case "$choice" in
|
||||||
cp -rv extra /etc/nixos
|
cp -rv extra /etc/nixos
|
||||||
cp -rv users /etc/nixos
|
cp -rv users /etc/nixos
|
||||||
cp -rv *.nix /etc/nixos/
|
cp -rv *.nix /etc/nixos/
|
||||||
cp -rv games /etc/nixos/
|
|
||||||
;;
|
;;
|
||||||
n|N )
|
n|N )
|
||||||
echo "aborting..."
|
echo "aborting..."
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
{ pkgs, config, ... }: {
|
{ pkgs, config, ... }: {
|
||||||
# put your nix module in here!
|
# put your nix module in here!
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
# system wide packages
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,6 +36,9 @@
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
tor-browser-bundle-bin
|
tor-browser-bundle-bin
|
||||||
|
|
||||||
|
# games
|
||||||
|
prismlauncher
|
||||||
|
|
||||||
# social media
|
# social media
|
||||||
discord
|
discord
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
@ -90,7 +93,6 @@
|
||||||
mpv
|
mpv
|
||||||
inkscape
|
inkscape
|
||||||
krita
|
krita
|
||||||
gmic-qt
|
|
||||||
libreoffice-qt
|
libreoffice-qt
|
||||||
libsForQt5.kcalc
|
libsForQt5.kcalc
|
||||||
libsForQt5.ark
|
libsForQt5.ark
|
||||||
|
|
Loading…
Reference in New Issue