aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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 = [