flake: remove outdated/unnecessary credit commits

This commit is contained in:
Infinidoge 2024-04-28 19:19:57 -04:00
parent 276407f70c
commit 2a9fcb777d
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
4 changed files with 0 additions and 4 deletions

View file

@ -1,7 +1,6 @@
{ config, lib, ... }:
with lib;
{
# Security settings based on https://github.com/hlissner/dotfiles/blob/master/modules/security.nix
security = {
sudo.wheelNeedsPassword = false;
sudo.extraConfig = ''

View file

@ -1,4 +1,3 @@
# Created by hlissner: https://github.com/hlissner/dotfiles/blob/master/modules/hardware/audio.nix
{ options, config, lib, pkgs, ... }:
with lib;

View file

@ -1,4 +1,3 @@
# from https://github.com/hlissner/dotfiles/blob/master/modules/hardware/razer.nix
{ options, config, lib, pkgs, ... }:
with lib;