diff --git a/desktop.nix b/desktop.nix index 1171c19..33adcf7 100644 --- a/desktop.nix +++ b/desktop.nix @@ -1,4 +1,3 @@ -#Config for graphical desktop { config, pkgs, ... }: let Xresources = "${pkgs.writeText "Xresources" '' diff --git a/development.nix b/development.nix index 83cd690..a66756f 100644 --- a/development.nix +++ b/development.nix @@ -1,4 +1,3 @@ -#Development setup { config, pkgs, ... }: { #################### Git configuration #################### diff --git a/hardware-specific/amd-laptop.nix b/hardware-specific/amd-laptop.nix index 76f0c62..e19b357 100644 --- a/hardware-specific/amd-laptop.nix +++ b/hardware-specific/amd-laptop.nix @@ -1,4 +1,3 @@ -# Config for laptop with AMD CPU and integrated graphics { config, pkgs, ... }: { environment.systemPackages = with pkgs; [ zenmonitor ]; diff --git a/hardware-specific/keychron-q11.nix b/hardware-specific/keychron-q11.nix index d8bb8d7..e29926b 100644 --- a/hardware-specific/keychron-q11.nix +++ b/hardware-specific/keychron-q11.nix @@ -1,4 +1,3 @@ -# Config for Keychron Q11 keyboard { config, pkgs, ... }: { environment.systemPackages = with pkgs; if config.services.xserver.enable then [ via ] else [ ]; diff --git a/hardware-specific/trackball.nix b/hardware-specific/trackball.nix index 7b7b63a..9d2fd38 100644 --- a/hardware-specific/trackball.nix +++ b/hardware-specific/trackball.nix @@ -1,4 +1,3 @@ -# Config for my Logitech trackball { config, pkgs, ... }: { assertions = [ diff --git a/hardware-specific/usb-automount.nix b/hardware-specific/usb-automount.nix index dbacab6..dd8d185 100644 --- a/hardware-specific/usb-automount.nix +++ b/hardware-specific/usb-automount.nix @@ -1,4 +1,3 @@ -# Config for automounting USB devices { config, pkgs, ... }: { services = { diff --git a/services/game-streaming.nix b/services/game-streaming.nix index 4a9bdc1..52f9334 100644 --- a/services/game-streaming.nix +++ b/services/game-streaming.nix @@ -1,4 +1,3 @@ -# Game streaming software (and possibly services in future) { config, pkgs, ... }: { assertions = [ diff --git a/services/nextcloud.nix b/services/nextcloud.nix index 3a36ef9..131ecc3 100644 --- a/services/nextcloud.nix +++ b/services/nextcloud.nix @@ -1,4 +1,3 @@ -# Nextcloud instance { config, pkgs, ... }: { networking.firewall.allowedTCPPorts = [ diff --git a/services/redshift.nix b/services/redshift.nix index 12a9aa8..bd30c54 100644 --- a/services/redshift.nix +++ b/services/redshift.nix @@ -1,4 +1,3 @@ -# Redshift bluelight reducer { config, pkgs, ... }: { assertions = [ diff --git a/services/syncthing.nix b/services/syncthing.nix index 5b69066..a4d1ff6 100644 --- a/services/syncthing.nix +++ b/services/syncthing.nix @@ -1,4 +1,3 @@ -# Syncthing instance { config, pkgs, ... }: { assertions = [ diff --git a/services/vaultwarden.nix b/services/vaultwarden.nix index 97b5763..c762139 100644 --- a/services/vaultwarden.nix +++ b/services/vaultwarden.nix @@ -1,4 +1,3 @@ -# Vaultwarden instance { config, pkgs, ... }: { networking.firewall.allowedTCPPorts = [ diff --git a/users/vili.nix b/users/vili.nix index e6cfcd7..74fdd39 100644 --- a/users/vili.nix +++ b/users/vili.nix @@ -1,4 +1,3 @@ -#Config for main user 'vili' { config, pkgs, ... }: { users.users.vili = {