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, ... }:
|
||||
let
|
||||
Xresources = "${pkgs.writeText "Xresources" ''
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#Development setup
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
#################### Git configuration ####################
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Config for laptop with AMD CPU and integrated graphics
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ zenmonitor ];
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Config for Keychron Q11 keyboard
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; if config.services.xserver.enable then [ via ] else [ ];
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Config for my Logitech trackball
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
assertions = [
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Config for automounting USB devices
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
services = {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Game streaming software (and possibly services in future)
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
assertions = [
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Nextcloud instance
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Redshift bluelight reducer
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
assertions = [
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Syncthing instance
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
assertions = [
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Vaultwarden instance
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#Config for main user 'vili'
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
users.users.vili = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue