basic building for deck

This commit is contained in:
mjallen18
2025-07-21 19:12:46 -05:00
parent e3bfbae131
commit 1e5f1db195
5 changed files with 17 additions and 19 deletions

View File

@@ -2,10 +2,9 @@
# your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, namespace, ... }:
{
nix = {
settings = {
substituters = [
@@ -46,10 +45,8 @@
firefox
tree
];
shell = pkgs.zsh;
shell = lib.mkForce pkgs.zsh;
};
root.shell = pkgs.zsh;
};
programs.coolercontrol.enable = true;