Merge branch 'main' into refactor

This commit is contained in:
sadan 2024-11-26 20:31:36 -05:00
commit 59a68ea7f6
No known key found for this signature in database
11 changed files with 455 additions and 29 deletions

View file

@ -2,7 +2,6 @@
# 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, pkgs, inputs, ... }:
{
imports =
[
@ -32,18 +31,18 @@
time.timeZone = "America/New_York";
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
services = {
teamviewer.enable = true;
usbmuxd.enable = true;
};
programs.zsh.enable = true;
environment.systemPackages = with pkgs; [
ddcutil
clinfo