flake: remove outdated/unnecessary credit commits
This commit is contained in:
parent
276407f70c
commit
2a9fcb777d
4 changed files with 0 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
||||||
# Taken from https://github.com/hlissner/dotfiles/blob/master/lib/options.nix
|
|
||||||
{ lib }:
|
{ lib }:
|
||||||
let
|
let
|
||||||
inherit (lib) mkOption types;
|
inherit (lib) mkOption types;
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ config, lib, ... }:
|
{ config, lib, ... }:
|
||||||
with lib;
|
with lib;
|
||||||
{
|
{
|
||||||
# Security settings based on https://github.com/hlissner/dotfiles/blob/master/modules/security.nix
|
|
||||||
security = {
|
security = {
|
||||||
sudo.wheelNeedsPassword = false;
|
sudo.wheelNeedsPassword = false;
|
||||||
sudo.extraConfig = ''
|
sudo.extraConfig = ''
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# Created by hlissner: https://github.com/hlissner/dotfiles/blob/master/modules/hardware/audio.nix
|
|
||||||
{ options, config, lib, pkgs, ... }:
|
{ options, config, lib, pkgs, ... }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# from https://github.com/hlissner/dotfiles/blob/master/modules/hardware/razer.nix
|
|
||||||
{ options, config, lib, pkgs, ... }:
|
{ options, config, lib, pkgs, ... }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue