Remove unnecessary header info from .nix files

This commit is contained in:
Vili Sinervä 2024-09-06 11:04:19 +03:00
parent d2a2b4c974
commit 83be3889d9
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
12 changed files with 0 additions and 12 deletions

View file

@ -1,4 +1,3 @@
#Config for graphical desktop
{ config, pkgs, ... }:
let
Xresources = "${pkgs.writeText "Xresources" ''

View file

@ -1,4 +1,3 @@
#Development setup
{ config, pkgs, ... }:
{
#################### Git configuration ####################

View file

@ -1,4 +1,3 @@
# Config for laptop with AMD CPU and integrated graphics
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [ zenmonitor ];

View file

@ -1,4 +1,3 @@
# Config for Keychron Q11 keyboard
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; if config.services.xserver.enable then [ via ] else [ ];

View file

@ -1,4 +1,3 @@
# Config for my Logitech trackball
{ config, pkgs, ... }:
{
assertions = [

View file

@ -1,4 +1,3 @@
# Config for automounting USB devices
{ config, pkgs, ... }:
{
services = {

View file

@ -1,4 +1,3 @@
# Game streaming software (and possibly services in future)
{ config, pkgs, ... }:
{
assertions = [

View file

@ -1,4 +1,3 @@
# Nextcloud instance
{ config, pkgs, ... }:
{
networking.firewall.allowedTCPPorts = [

View file

@ -1,4 +1,3 @@
# Redshift bluelight reducer
{ config, pkgs, ... }:
{
assertions = [

View file

@ -1,4 +1,3 @@
# Syncthing instance
{ config, pkgs, ... }:
{
assertions = [

View file

@ -1,4 +1,3 @@
# Vaultwarden instance
{ config, pkgs, ... }:
{
networking.firewall.allowedTCPPorts = [

View file

@ -1,4 +1,3 @@
#Config for main user 'vili'
{ config, pkgs, ... }:
{
users.users.vili = {