Skip to content

Commit

Permalink
desktop: install games
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Jul 6, 2024
1 parent 734fa3e commit 80b8a3c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 29 deletions.
1 change: 1 addition & 0 deletions configs/nixos/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;
programs.steam.enable = true;
environment.systemPackages = with pkgs; [modrinth-app jdk cartridges ungoogled-chromium xdg-desktop-portal-gtk];

# Enable networking
networking.networkmanager.enable = true;
Expand Down
10 changes: 0 additions & 10 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -201,14 +201,4 @@
flake = false;
};
};

nixConfig = {
trusted-substituters = [
"https://getchoo.cachix.org"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE="
];
};
}
1 change: 0 additions & 1 deletion modules/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
./hyprland
./sddm
./pipewire
./theseus
./steam
];
}
18 changes: 0 additions & 18 deletions modules/nixos/theseus/default.nix

This file was deleted.

0 comments on commit 80b8a3c

Please sign in to comment.