Remove unnecessary header info from .nix files
This commit is contained in:
parent
d2a2b4c974
commit
83be3889d9
12 changed files with 0 additions and 12 deletions
|
@ -1,4 +1,3 @@
|
||||||
#Config for graphical desktop
|
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
let
|
let
|
||||||
Xresources = "${pkgs.writeText "Xresources" ''
|
Xresources = "${pkgs.writeText "Xresources" ''
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#Development setup
|
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
#################### Git configuration ####################
|
#################### Git configuration ####################
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# Config for laptop with AMD CPU and integrated graphics
|
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [ zenmonitor ];
|
environment.systemPackages = with pkgs; [ zenmonitor ];
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# Config for Keychron Q11 keyboard
|
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; if config.services.xserver.enable then [ via ] else [ ];
|
environment.systemPackages = with pkgs; if config.services.xserver.enable then [ via ] else [ ];
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# Config for my Logitech trackball
|
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
assertions = [
|
assertions = [
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# Config for automounting USB devices
|
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
services = {
|
services = {
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# Game streaming software (and possibly services in future)
|
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
assertions = [
|
assertions = [
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# Nextcloud instance
|
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# Redshift bluelight reducer
|
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
assertions = [
|
assertions = [
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# Syncthing instance
|
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
assertions = [
|
assertions = [
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# Vaultwarden instance
|
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#Config for main user 'vili'
|
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
users.users.vili = {
|
users.users.vili = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue