aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-04-03 00:37:59 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-04-03 00:37:59 +0530
commitead444837d2c9e6d0f73690ffb713d18920523af (patch)
treeec7f2d51ed797b0db469209b5f7976f9e24c539f /flake.nix
parent6f836a75007c7d41fa549de78769845d7c9c2a7f (diff)
now my entire disk is on nixos + games :)
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 00913ce..cac7e1b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 = [