mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: add backups, misc over-time changes
This commit is contained in:
parent
a7f901970d
commit
2b5630d487
6 changed files with 93 additions and 3 deletions
7
nixos/profiles/gaming/minecraft.nix
Normal file
7
nixos/profiles/gaming/minecraft.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.java = {
|
||||
enable = true;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue