diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-04-03 00:37:59 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-04-03 00:37:59 +0530 |
| commit | ead444837d2c9e6d0f73690ffb713d18920523af (patch) | |
| tree | ec7f2d51ed797b0db469209b5f7976f9e24c539f /flake.nix | |
| parent | 6f836a75007c7d41fa549de78769845d7c9c2a7f (diff) | |
now my entire disk is on nixos + games :)
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -54,6 +54,11 @@ tmux = true; zellij = false; }; + games = { + enable = true; + minecraft = true; + }; + dualbootedwithwindows = false; # This is where I have keep the dotfiles folder, replace it accordingly symlinkRoot = "/home/${username}/dotfiles"; @@ -68,7 +73,8 @@ specialArgs = { inherit quickshell inputs system username hostname unstable symlinkRoot - opt languages terminalworkspace; + opt languages terminalworkspace + dualbootedwithwindows games; }; modules = [ |
