remove unneeded elipses

This commit is contained in:
Ranomier 2025-04-12 14:53:12 +02:00
parent 67ea2606c9
commit 7443a419bd
27 changed files with 27 additions and 27 deletions

View file

@ -1,4 +1,4 @@
{...}: {
{
boot.loader = {
systemd-boot.enable = true;
systemd-boot.configurationLimit = 20;

View file

@ -1,4 +1,4 @@
{...}: {
{
# Use the GRUB 2 boot loader.
#boot.loader.grub.enable = true;
# Define on which hard drive you want to install Grub.

View file

@ -1,4 +1,4 @@
{...}: {
{
services = {
speechd.enable = true;
orca.enable = true;

View file

@ -1,4 +1,4 @@
{...}: {
{
imports = [
#./plymouth.nix
./accessibility.nix

View file

@ -1,4 +1,4 @@
{...}: {
{
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [8080 10001 10002];
networking.firewall.allowedUDPPorts = [8080 10001 10002];

View file

@ -1,4 +1,4 @@
{...}: {
{
hardware.bluetooth.enable = true; # enables support for Bluetooth
hardware.bluetooth.powerOnBoot = false; # powers up the default Bluetooth controller on boot

View file

@ -1,4 +1,4 @@
{...}: {
{
imports = [
./bluetooth.nix
./fwupd.nix

View file

@ -1,4 +1,4 @@
{...}: {
{
# A system daemon to allow session software to update firmware
services.fwupd.enable = true;
}

View file

@ -1,4 +1,4 @@
{...}: {
{
# probably does nothing on my amd laptop. need to check
hardware.trackpoint.speed = 200;
}

View file

@ -1,4 +1,4 @@
{...}: {
{
# Set your time zone.
time.timeZone = "Europe/Berlin";

View file

@ -1,4 +1,4 @@
{...}: {
{
imports = [
./flatpak.nix
./podman.nix

View file

@ -1,4 +1,4 @@
{...}: {
{
services.flatpak = {
enable = true;
update.auto = {

View file

@ -1,4 +1,4 @@
{...}: {
{
nix = {
optimise = {
automatic = true;

View file

@ -1,4 +1,4 @@
{...}: {
{
imports = [
./apparmor.nix
./firejail.nix

View file

@ -1,4 +1,4 @@
{...}: {
{
# for running android apps
# also starts the systemd service waydroid-container
virtualisation.waydroid.enable = true;

View file

@ -1,4 +1,4 @@
{...}: {
{
imports = [
./brave.nix
./firefox.nix

View file

@ -1,4 +1,4 @@
{...}: {
{
imports = [
./audio_video.nix
./flatpak.nix

View file

@ -1,4 +1,4 @@
{...}: {
{
services.flatpak = {
packages = [
{

View file

@ -1,4 +1,4 @@
{...}: {
{
programs.neovim = {
enable = true;
viAlias = true;

View file

@ -1,4 +1,4 @@
{...}: {
{
imports = [
#./doc.nix
./index.nix

View file

@ -1,4 +1,4 @@
{...}: {
{
imports = [
./libreoffice.nix
];

View file

@ -1,4 +1,4 @@
{...}: {
{
imports = [
./zsh.nix
./fish.nix

View file

@ -1,4 +1,4 @@
{...}: {
{
system.userActivationScripts.zshrc = "touch .zshrc";
programs.zsh = {

View file

@ -1,4 +1,4 @@
{...}: {
{
imports = [
./ranomier.nix
];

View file

@ -1,4 +1,4 @@
{...}: {
{
services.dbus = {
implementation = "broker";
apparmor = "enabled";

View file

@ -1,4 +1,4 @@
{...}: {
{
imports = [
./hyprland.nix
#./qtile.nix

View file

@ -1,4 +1,4 @@
{...}: {
{
imports = [
./glitchtip-container.nix
];