Move stuff, rm nix-gaming
This commit is contained in:
parent
9afb7422a8
commit
ec1251c8f7
13 changed files with 22 additions and 26 deletions
|
@ -1,12 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
services.xserver.excludePackages = [pkgs.xterm];
|
||||
environment.systemPackages = with pkgs; [
|
||||
fd
|
||||
tldr
|
||||
tuba
|
||||
gimp
|
||||
deno
|
||||
|
@ -16,8 +10,6 @@
|
|||
aspell
|
||||
muzika
|
||||
fractal
|
||||
killall
|
||||
ripgrep
|
||||
foliate
|
||||
inkscape
|
||||
r2modman
|
||||
|
@ -33,6 +25,5 @@
|
|||
android-studio
|
||||
nexusmods-app-unfree
|
||||
hunspellDicts.en_CA-large
|
||||
inputs.nix-gaming.packages.${system}.wine-ge
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
nix.settings = {
|
||||
substituters = ["https://nix-gaming.cachix.org"];
|
||||
trusted-public-keys = ["nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="];
|
||||
};
|
||||
}
|
|
@ -1,3 +1,8 @@
|
|||
{
|
||||
# Todo
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
fd
|
||||
tldr
|
||||
killall
|
||||
ripgrep
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue