summaryrefslogtreecommitdiff
path: root/hosts/local/master/configuration.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-02-21 15:57:54 +0700
committerpolwex <polwex@sortug.com>2025-02-21 15:57:54 +0700
commit59ab4467b69f3ba455ef23163cfc4543338d8a41 (patch)
treec053679bb21a023e115a0ab5f96d7926bd05d3c2 /hosts/local/master/configuration.nix
parent0e69d956f5fc20546d0a96a3891d6dd29942468b (diff)
m
Diffstat (limited to 'hosts/local/master/configuration.nix')
-rw-r--r--hosts/local/master/configuration.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/hosts/local/master/configuration.nix b/hosts/local/master/configuration.nix
index aa12e1c..e228246 100644
--- a/hosts/local/master/configuration.nix
+++ b/hosts/local/master/configuration.nix
@@ -10,7 +10,7 @@
#../../android.nix
../i3.nix
# ../gnome.nix
- #../wayland.nix
+ # ../wayland.nix
../nvidia.nix
./keyboard.nix
];
@@ -41,6 +41,12 @@
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
+ #
+ #
+ environment.systemPackages = [
+ pkgs.nodejs
+ pkgs.python312
+ ];
system.stateVersion = "23.11"; # Did you read the comment?