mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-21 11:47:01 -04:00
Merge branch 'main' into refactor
This commit is contained in:
commit
59a68ea7f6
11 changed files with 455 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue