diff --git a/Droidnix/README.html b/Droidnix/README.html index 70fe86ab4..31370fd79 100644 --- a/Droidnix/README.html +++ b/Droidnix/README.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Droidnix: A Dendritic NixOS + Home Manager Configuration NixOS Configuration Structure @@ -204,127 +204,127 @@

Table of Contents

-
-

Shortcuts

-
+
+

Shortcuts

+

Introduction The Assets Folder @@ -340,25 +340,25 @@

Introduction   intro

-
-

What is Droidnix

-
+
+

What is Droidnix

+

Droidnix is a modular, declarative NixOS + Home Manager configuration system. with configurations managed via Emacs Org and Nix Flakes. The project is designed for reproducibility, maintainability, and cross-machine compatibility.

-
-

Installed components:

-
+
+

Installed components:

+
    -
  • Core
  • -
  • Hyprland
  • +
  • Core
  • +
  • Hyprland
-
-

Goals, project Structure, import hierarchy

-
+
+

Goals, project Structure, import hierarchy

+

This project uses a modular NixOS configuration with Hyprland support, designed for literate programming and cross-device reusability. The Droidnix repository is organized into two main parts: @@ -371,9 +371,9 @@ The Droidnix repository is organized into two main parts:

-
-

Root Level

-
+
+

Root Level

+
  • flake.nix is the entry point and imports:
      @@ -384,16 +384,16 @@ The Droidnix repository is organized into two main parts:
-
-

Generated Structure

-
+
+

Generated Structure

+

The generated/ directory contains all generated configurations, divided into three main groups: system, hyprland, and mangowc.

-
-

First Setup

-
+
+

First Setup

+
  1. Clone this repository.
  2. Run the setup script: ./setup_droid.
  3. @@ -414,9 +414,9 @@ The generated/ directory contains all generated configurations, div The .assets/ folder contains all static files, such as configs, scripts, and themes. These files are not generated and can be edited directly.

-
-

generated/assets/2_b_installed.conf

-
+
+

generated/assets/2_b_installed.conf

+

This is a list of additional apps to install

@@ -494,9 +494,9 @@ com.todoist.Todoist This section contains the Org blocks for tangling Nix code into the generated folders.

-
-

generated/flake.nix

-
+
+

generated/flake.nix

+

The Nix flake definition for Droidnix.

@@ -570,9 +570,9 @@ The Nix flake definition for Droidnix.
-
-

generated/colors.nix

-
+
+

generated/colors.nix

+

Setting the colors for Droidnix.

@@ -647,9 +647,9 @@ in
-
-

generated/hosts/traveldroid/boot.nix

-
+
+

generated/hosts/traveldroid/boot.nix

+
{ config, pkgs, lib, flakeRoot, ... }:
 
@@ -695,9 +695,9 @@ in
 
-
-

generated/hosts/traveldroid/hardware-configuration.nix

-
+
+

generated/hosts/traveldroid/hardware-configuration.nix

+
  1. Boot into NixOS Live ISO or your installed system.
  2. Open a terminal.
  3. @@ -755,9 +755,9 @@ in
-
-

generated/hosts/traveldroid/host.nix

-
+
+

generated/hosts/traveldroid/host.nix

+
{ lib, config, pkgs, flakeRoot, import-tree, home-manager, ... }:
 
@@ -816,13 +816,13 @@ in
 
-
-

generated/traveldroid/modules/apps

-
+
+

generated/traveldroid/modules/apps

+
-
-

generated/modules/traveldroid/apps/2_b_installed.nix

-
+
+

generated/modules/traveldroid/apps/2_b_installed.nix

+

This installs a list of apps

@@ -930,9 +930,9 @@ in {
-
-

generated/modules/traveldroid/apps/emacs/emacs.nix

-
+
+

generated/modules/traveldroid/apps/emacs/emacs.nix

+

This installs emacs

@@ -1028,9 +1028,9 @@ in
-
-

generated/modules/traveldroid/apps/flameshot.nix

-
+
+

generated/modules/traveldroid/apps/flameshot.nix

+

This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder

@@ -1069,9 +1069,9 @@ in
-
-

generated/modules/traveldroid/apps/kitty.nix

-
+
+

generated/modules/traveldroid/apps/kitty.nix

+

This file sets up Kitty terminal

@@ -1129,9 +1129,9 @@ in
-
-

generated/modules/traveldroid/apps/starship.nix

-
+
+

generated/modules/traveldroid/apps/starship.nix

+

This file sets up starship prompt

@@ -1170,9 +1170,9 @@ in
-
-

generated/modules/traveldroid/apps/thunar.nix

-
+
+

generated/modules/traveldroid/apps/thunar.nix

+

This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder

@@ -1213,9 +1213,9 @@ in
-
-

generated/modules/traveldroid/apps/wofi.nix

-
+
+

generated/modules/traveldroid/apps/wofi.nix

+

This is the install for Wofi, the launcher

@@ -1248,9 +1248,9 @@ in
-
-

generated/modules/traveldroid/apps/zenbrowser.nix

-
+
+

generated/modules/traveldroid/apps/zenbrowser.nix

+

This installs zen browser

@@ -1270,9 +1270,9 @@ in
-
-

generated/modules/traveldroid/apps/zsh.nix

-
+
+

generated/modules/traveldroid/apps/zsh.nix

+

This sets up the zsh in the terminal

@@ -1335,13 +1335,13 @@ in
-
-

generated/modules/traveldroid/desktop

-
+
+

generated/modules/traveldroid/desktop

+
-
-

generated/modules/traveldroid/desktop/fonts.nix

-
+
+

generated/modules/traveldroid/desktop/fonts.nix

+

This file installs and configures fonts

@@ -1359,9 +1359,9 @@ This file installs and configures fonts
-
-

generated/modules/traveldroid/desktop/gtk.nix

-
+
+

generated/modules/traveldroid/desktop/gtk.nix

+

Setting up GTK

@@ -1387,9 +1387,9 @@ in
-
-

generated/modules/traveldroid/desktop/hyprland.nix

-
+
+

generated/modules/traveldroid/desktop/hyprland.nix

+

Setting up Hyprland

@@ -1435,9 +1435,9 @@ in
-
-

generated/modules/traveldroid/desktop/stylix.nix

-
+
+

generated/modules/traveldroid/desktop/stylix.nix

+
{ lib, config, pkgs, flakeRoot, stylix, ... }:
 
@@ -1524,9 +1524,9 @@ in
 
-
-

generated/modules/traveldroid/desktop/wallpaper.nix

-
+
+

generated/modules/traveldroid/desktop/wallpaper.nix

+

Setting up wallpaper engine + wallpaper gui

@@ -1625,9 +1625,9 @@ in
-
-

generated/modules/traveldroid/desktop/waybar.nix

-
+
+

generated/modules/traveldroid/desktop/waybar.nix

+

This file installs and configures waybar

@@ -1694,9 +1694,9 @@ in
-
-

generated/modules/traveldroid/desktop/wayland.nix

-
+
+

generated/modules/traveldroid/desktop/wayland.nix

+
{ lib, config, pkgs, ... }:
 
@@ -1726,9 +1726,9 @@ in
 
-
-

generated/modules/traveldroid/desktop/xdg.nix

-
+
+

generated/modules/traveldroid/desktop/xdg.nix

+

This sets the XDG implementation

@@ -1782,13 +1782,13 @@ in
-
-

generated/modules/traveldroid/system

-
+
+

generated/modules/traveldroid/system

+
-
-

generated/modules/traveldroid/system/audio.nix

-
+
+

generated/modules/traveldroid/system/audio.nix

+
{ lib, config, pkgs, ... }:
 
@@ -1806,9 +1806,9 @@ in
 
-
-

generated/modules/traveldroid/system/base-colors.nix

-
+
+

generated/modules/traveldroid/system/base-colors.nix

+
{ config, pkgs, flakeRoot, ... }:
 let
@@ -1830,9 +1830,9 @@ in
 
-
-

generated/modules/traveldroid/system/bluetooth.nix

-
+
+

generated/modules/traveldroid/system/bluetooth.nix

+
{ lib, config, pkgs, home-manager, ... }:
 
@@ -1853,9 +1853,9 @@ in
 
-
-

generated/modules/traveldroid/system/copy_scripts.nix

-
+
+

generated/modules/traveldroid/system/copy_scripts.nix

+
{ lib, config, pkgs, flakeRoot, ... }:
 let
@@ -1890,9 +1890,9 @@ in
 
-
-

generated/modules/traveldroid/system/dbus.nix

-
+
+

generated/modules/traveldroid/system/dbus.nix

+

This sets the dbus implementation

@@ -1919,9 +1919,9 @@ This sets the dbus implementation
-
-

generated/modules/traveldroid/system/gnome-keyring.nix

-
+
+

generated/modules/traveldroid/system/gnome-keyring.nix

+

This sets the dbus implementation

@@ -1969,9 +1969,9 @@ This sets the dbus implementation
-
-

generated/modules/traveldroid/system/login-tuigreet.nix

-
+
+

generated/modules/traveldroid/system/login-tuigreet.nix

+

This sets up tuigreeter which is not fancy but imo fits the aesthetic I am aiming for

@@ -2025,9 +2025,9 @@ in
-
-

generated/modules/traveldroid/system/networking.nix

-
+
+

generated/modules/traveldroid/system/networking.nix

+

This sets the networking.

@@ -2090,9 +2090,9 @@ This sets the networking.
-
-

generated/modules/traveldroid/system/nix.nix

-
+
+

generated/modules/traveldroid/system/nix.nix

+
{ lib, config, ... }:
 
@@ -2108,9 +2108,9 @@ This sets the networking.
 
-
-

generated/modules/traveldroid/system/printing.nix

-
+
+

generated/modules/traveldroid/system/printing.nix

+

This sets the dbus implementation

@@ -2134,9 +2134,9 @@ This sets the dbus implementation
-
-

generated/modules/traveldroid/system/quickshell.nix

-
+
+

generated/modules/traveldroid/system/quickshell.nix

+

This sets the dbus implementation

@@ -2163,13 +2163,13 @@ This sets the dbus implementation
-
-

generated/users

-
+
+

generated/users

+
-
-

generated/users/

-
+
+

generated/users/

+

This is the default user, just search and replace henrov another name if you want to change

@@ -2231,9 +2231,9 @@ in

These are all the prepared config files

-
-

generated/.config/emacs/early-init.el

-
+
+

generated/.config/emacs/early-init.el

+

This contaions emacs

@@ -2334,9 +2334,9 @@ package-archive-priorities '(("gnu" . 99)
-
-

generated/.config/emacs/init.el

-
+
+

generated/.config/emacs/init.el

+

This contaions emacs

@@ -2746,9 +2746,9 @@ the top of the file."
-
-

generated/.config/hypr/animations.conf

-
+
+

generated/.config/hypr/animations.conf

+

These are config files for .config/hypr

@@ -2769,9 +2769,9 @@ animations {
-
-

generated/.config/hypr/behaviour.conf

-
+
+

generated/.config/hypr/behaviour.conf

+

These are config files for .config/hypr

@@ -2785,9 +2785,9 @@ These are config files for .config/hypr
-
-

generated/.config/hypr/bindings.conf

-
+
+

generated/.config/hypr/bindings.conf

+

These are config files for .config/hypr

@@ -2951,9 +2951,9 @@ bind = $mainMod, U, exec, kitty -e bash -lc "$HOME/.config/scripts/update.sh"
-
-

generated/.config/hypr/exec-once.conf

-
+
+

generated/.config/hypr/exec-once.conf

+

These are config files for .config/hypr

@@ -2973,9 +2973,9 @@ exec-once = ~/.config/scripts/hypr-autocolwidth.sh
-
-

generated/.config/hypr/hypridle.conf

-
+
+

generated/.config/hypr/hypridle.conf

+

These are config files for .config/hypr

@@ -3000,9 +3000,9 @@ listener {
-
-

generated/.config/hypr/hyprland.conf

-
+
+

generated/.config/hypr/hyprland.conf

+

These are config files for .config/hypr

@@ -3048,9 +3048,9 @@ misc {
-
-

generated/.config/hypr/hyprlock.conf

-
+
+

generated/.config/hypr/hyprlock.conf

+

These are config files for .config/hypr

@@ -3091,9 +3091,9 @@ label {
-
-

generated/.config/hypr/layer-rules.conf

-
+
+

generated/.config/hypr/layer-rules.conf

+

These are config files for .config/hypr

@@ -3108,9 +3108,9 @@ layerrule = blur on, ignore_alpha 1, match:namespace swaync-notification-window
-
-

generated/.config/hypr/layout.conf

-
+
+

generated/.config/hypr/layout.conf

+

These are config files for .config/hypr

@@ -3125,9 +3125,9 @@ scrolling {
-
-

generated/.config/hypr/monitor-rules.conf

-
+
+

generated/.config/hypr/monitor-rules.conf

+

These are config files for .config/hypr

@@ -3138,9 +3138,9 @@ monitor=DP-1,3840x1080@144,1920x0,1
-
-

generated/.config/hypr/theming.css

-
+
+

generated/.config/hypr/theming.css

+

These are config files for .config/hypr

@@ -3190,9 +3190,9 @@ decoration {
-
-

generated/.config/hypr/window-rules.conf

-
+
+

generated/.config/hypr/window-rules.conf

+

These are config files for .config/hypr

@@ -3230,9 +3230,9 @@ windowrule {
-
-

generated/.config/hypr/workspace-rules.conf

-
+
+

generated/.config/hypr/workspace-rules.conf

+

These are config files for .config/hypr

@@ -3257,15 +3257,14 @@ workspace = 10
-
-

generated/.config/scripts/layout-selector.sh

-
+
+

generated/.config/scripts/layout-selector.sh

+

Choose your layout

-
#!/usr/bin/env bash
-# layout-selector.sh
+
# layout-selector.sh
 # Select a workspace layout using Wofi, shows description, applies with layoutmsg
 
 # Define layouts and descriptions
@@ -3302,16 +3301,14 @@ hyprctl dispatch oSD "Layout: $LAYOUT_NAME" 2000
 
-
-

generated/.config/scripts/hypr-autocolwidth.sh

-
+
+

generated/.config/scripts/hypr-autocolwidth.sh

+

These are config files for .config/scripts

-
#!/usr/bin/env bash
-
-# Auto-adjust scrolling column width based on window count
+
# Auto-adjust scrolling column width based on window count
 # Widths: 1 window = fullscreen (handled by hyprland)
 #         2 windows = 0.5 each
 #         3+ windows = 0.329 each
@@ -3360,15 +3357,14 @@ done
 
-
-

generated/.config/scripts/power.sh

-
+
+

generated/.config/scripts/power.sh

+

A file containing color variables

-
#!/usr/bin/env bash
-#
+
#
 # Launch a power menu
 #
 # Requires fzf and systemd (loginctl, systemctl)
@@ -3419,15 +3415,14 @@ main
 
-
-

generated/.config/scripts/update.sh

-
+
+

generated/.config/scripts/update.sh

+

A file containing color variables

-
#!/usr/bin/env bash
-set -e
+
set -e
 REPO="/home/henrov/Repos/nixos/Droidnix"
 HOSTNAME="$(hostname)"
 cd "$REPO"
@@ -3441,9 +3436,9 @@ flatpak update -y
 
-
-

generated/.config/shared/colors.css

-
+
+

generated/.config/shared/colors.css

+

A file containing color variables

@@ -3483,9 +3478,9 @@ A file containing color variables
-
-

generated/.config/starship.toml

-
+
+

generated/.config/starship.toml

+

These are config files for Starship

@@ -3773,9 +3768,9 @@ crust = "#181926"
-
-

generated/.config/stylix/stylix.conf

-
+
+

generated/.config/stylix/stylix.conf

+

These are config files for .config/stylix

@@ -3812,9 +3807,9 @@ icons = {
-
-

generated/.config/stylix/palette.json

-
+
+

generated/.config/stylix/palette.json

+

These are config files for .config/stylix

@@ -3844,9 +3839,9 @@ These are config files for .config/stylix
-
-

generated/.config/stylix/palette.html

-
+
+

generated/.config/stylix/palette.html

+

These are config files for .config/stylix

@@ -3924,9 +3919,9 @@ These are config files for .config/stylix
-
-

generated/.config/waybar/config

-
+
+

generated/.config/waybar/config

+

These are config files for waybar

@@ -4178,9 +4173,9 @@ These are config files for waybar
-
-

generated/.config/waybar/style-dark.css

-
+
+

generated/.config/waybar/style-dark.css

+

This file contains all css for waybar

@@ -4384,15 +4379,14 @@ label#custom-windows:not(.active) {
-
-

generated/.config/scripts/bluetooth-status.sh

-
+
+

generated/.config/scripts/bluetooth-status.sh

+

These are config files for waybar

-
#!/usr/bin/env bash
-bt_connected=""
+
bt_connected=""
 while read -r _ mac name_rest; do
     if [ "$(bluetoothctl info "$mac" | awk '/Connected:/ {print $2}')" = "yes" ]; then
         bt_connected+="$name_rest\n"
@@ -4412,16 +4406,14 @@ printf '{"text": "%s", "tooltip": "%s"}\n' "$icon" "$tooltip"
 
-
-

generated/.config/scripts/hypr-workspaces.sh

-
+
+

generated/.config/scripts/hypr-workspaces.sh

+

These are config files for waybar

-
#!/usr/bin/env bash
-
-# Get focused monitor name
+
# Get focused monitor name
 focused_monitor=$(hyprctl monitors -j | jq -r '.[] | select(.focused==true) | .name')
 monitor="${WAYBAR_OUTPUT_NAME:-$focused_monitor}"
 
@@ -4458,15 +4450,14 @@ jq -c -n \
 
-
-

generated/.config/scripts/hypr-workspacesmenu.sh

-
+
+

generated/.config/scripts/hypr-workspacesmenu.sh

+

These are config files for waybar

-
#!/usr/bin/env bash
-active_ws=$(hyprctl activeworkspace -j | jq -r '.id')
+
active_ws=$(hyprctl activeworkspace -j | jq -r '.id')
 clients=$(hyprctl clients -j | jq -r \
   ".[] | select(.workspace.id==$active_ws) | \"\(.address)|\(.title)\"")
   choice=$(echo "$clients" | cut -d'|' -f2 | wofi -dmenu -j -p "Active apps" --style ~/.config/wofi/style.css)
@@ -4477,9 +4468,9 @@ hyprctl dispatch focuswindow address:$addr
 
-
-

generated/.config/waypaper/config.ini

-
+
+

generated/.config/waypaper/config.ini

+

These are config files for waypaper

@@ -4516,9 +4507,9 @@ keybindings = ~/.config/waypaper/keybindings.ini
-
-

generated/.config/waypaper/config.ini

-
+
+

generated/.config/waypaper/config.ini

+

These are config files for .config/waypaper

@@ -4554,9 +4545,9 @@ keybindings = ~/.config/waypaper/keybindings.ini
-
-

generated/.config/wofi/config

-
+
+

generated/.config/wofi/config

+

These are config files for .config/wofi

@@ -4605,9 +4596,9 @@ prompt = > ...
-
-

generated/.config/wofi/style.css

-
+
+

generated/.config/wofi/style.css

+

These are config files for .config/wofi

@@ -4702,9 +4693,9 @@ These are config files for .config/wofi
-
-

generated/.config/zed/settings.json

-
+
+

generated/.config/zed/settings.json

+

These are config files for Zed editor

@@ -4740,9 +4731,9 @@ These are config files for Zed editor
-
-

generated/.config/zsh/.zshrc

-
+
+

generated/.config/zsh/.zshrc

+

This sets up the zsh in the terminal

@@ -4767,7 +4758,7 @@ fi

Author: Henro Veijer

-

Created: 2026-04-11 za 16:41

+

Created: 2026-04-11 za 16:57

Validate

diff --git a/Droidnix/README.org b/Droidnix/README.org index d394d90b5..2bd4eb636 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -1,6 +1,14 @@ #+title: Droidnix: A Dendritic NixOS + Home Manager Configuration #+author: Henro Veijer #+options: toc:t num:nil htmlize:nil +#+PROPERTY: header-args:nix :prologue "# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---" +#+PROPERTY: header-args:sh :prologue "# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---" +#+PROPERTY: header-args:bash :prologue "# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---" +#+PROPERTY: header-args:css :prologue "/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */" +#+PROPERTY: header-args:conf :prologue "# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---" +#+PROPERTY: header-args:json :prologue "// --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---" +#+PROPERTY: header-args:el :prologue ";; --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---" +#+PROPERTY: header-args:toml :prologue "# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---" #+language: en #+html_head: #+HTML_HEAD: @@ -2615,8 +2623,7 @@ workspace = 10 ** =generated/.config/scripts/layout-selector.sh= Choose your layout -#+BEGIN_SRC bash :tangle generated/.config/scripts/layout-selector.sh :noweb yes :mkdirp yes :eval never -#!/usr/bin/env bash +#+BEGIN_SRC bash :tangle generated/.config/scripts/layout-selector.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never # layout-selector.sh # Select a workspace layout using Wofi, shows description, applies with layoutmsg @@ -2654,9 +2661,7 @@ hyprctl dispatch oSD "Layout: $LAYOUT_NAME" 2000 ** =generated/.config/scripts/hypr-autocolwidth.sh= These are config files for .config/scripts -#+BEGIN_SRC bash :tangle generated/.config/scripts/hypr-autocolwidth.sh :noweb yes :mkdirp yes :eval never -#!/usr/bin/env bash - +#+BEGIN_SRC bash :tangle generated/.config/scripts/hypr-autocolwidth.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never # Auto-adjust scrolling column width based on window count # Widths: 1 window = fullscreen (handled by hyprland) # 2 windows = 0.5 each @@ -2708,8 +2713,7 @@ done ** =generated/.config/scripts/power.sh= A file containing color variables -#+BEGIN_SRC sh :tangle generated/.config/scripts/power.sh :noweb yes :mkdirp yes :eval never -#!/usr/bin/env bash +#+BEGIN_SRC sh :tangle generated/.config/scripts/power.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never # # Launch a power menu # @@ -2761,8 +2765,7 @@ main ** =generated/.config/scripts/update.sh= A file containing color variables -#+BEGIN_SRC sh :tangle generated/.config/scripts/update.sh :noweb yes :mkdirp yes :eval never -#!/usr/bin/env bash +#+BEGIN_SRC sh :tangle generated/.config/scripts/update.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never set -e REPO="/home/henrov/Repos/nixos/Droidnix" HOSTNAME="$(hostname)" @@ -3678,8 +3681,7 @@ label#custom-windows:not(.active) { ** =generated/.config/scripts/bluetooth-status.sh= These are config files for waybar -#+BEGIN_SRC sh :tangle generated/.config/scripts/bluetooth-status.sh :noweb yes :mkdirp yes :eval never -#!/usr/bin/env bash +#+BEGIN_SRC sh :tangle generated/.config/scripts/bluetooth-status.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never bt_connected="" while read -r _ mac name_rest; do if [ "$(bluetoothctl info "$mac" | awk '/Connected:/ {print $2}')" = "yes" ]; then @@ -3700,9 +3702,7 @@ printf '{"text": "%s", "tooltip": "%s"}\n' "$icon" "$tooltip" ** =generated/.config/scripts/hypr-workspaces.sh= These are config files for waybar -#+BEGIN_SRC sh :tangle generated/.config/scripts/hypr-workspaces.sh :noweb yes :mkdirp yes :eval never -#!/usr/bin/env bash - +#+BEGIN_SRC sh :tangle generated/.config/scripts/hypr-workspaces.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never # Get focused monitor name focused_monitor=$(hyprctl monitors -j | jq -r '.[] | select(.focused==true) | .name') monitor="${WAYBAR_OUTPUT_NAME:-$focused_monitor}" @@ -3740,8 +3740,7 @@ jq -c -n \ ** =generated/.config/scripts/hypr-workspacesmenu.sh= These are config files for waybar -#+BEGIN_SRC sh :tangle generated/.config/scripts/hypr-workspacesmenu.sh :noweb yes :mkdirp yes :eval never -#!/usr/bin/env bash +#+BEGIN_SRC sh :tangle generated/.config/scripts/hypr-workspacesmenu.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never active_ws=$(hyprctl activeworkspace -j | jq -r '.id') clients=$(hyprctl clients -j | jq -r \ ".[] | select(.workspace.id==$active_ws) | \"\(.address)|\(.title)\"") diff --git a/Droidnix/colors.nix b/Droidnix/colors.nix index 5459420fd..b9b673f4c 100644 --- a/Droidnix/colors.nix +++ b/Droidnix/colors.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, config, pkgs, flakeRoot, ... }: let colors = { diff --git a/Droidnix/flake.nix b/Droidnix/flake.nix index b548ee12e..a75008539 100644 --- a/Droidnix/flake.nix +++ b/Droidnix/flake.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { description = "Droidnix: A dendritic NixOS + Home Manager configuration"; diff --git a/Droidnix/generated/.config/emacs/early-init.el b/Droidnix/generated/.config/emacs/early-init.el index d6f8111be..09a331075 100644 --- a/Droidnix/generated/.config/emacs/early-init.el +++ b/Droidnix/generated/.config/emacs/early-init.el @@ -1,3 +1,4 @@ +;; --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- ;;; package --- early init -*- lexical-binding: t -*- ;;; Commentary: ;;; Prevents white flash and better Emacs defaults diff --git a/Droidnix/generated/.config/emacs/init.el b/Droidnix/generated/.config/emacs/init.el index 932195993..e7cbb920d 100644 --- a/Droidnix/generated/.config/emacs/init.el +++ b/Droidnix/generated/.config/emacs/init.el @@ -1,3 +1,4 @@ +;; --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- ;;; package --- Summary - My minimal Emacs init file -*- lexical-binding: t -*- ;;; Commentary: diff --git a/Droidnix/generated/.config/hypr/animations.conf b/Droidnix/generated/.config/hypr/animations.conf index 69f58ee96..8b3564d92 100644 --- a/Droidnix/generated/.config/hypr/animations.conf +++ b/Droidnix/generated/.config/hypr/animations.conf @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- # ./assets/conf/desktop/hypr/animations.conf animations { diff --git a/Droidnix/generated/.config/hypr/behaviour.conf b/Droidnix/generated/.config/hypr/behaviour.conf index 60307f837..aaad065ce 100644 --- a/Droidnix/generated/.config/hypr/behaviour.conf +++ b/Droidnix/generated/.config/hypr/behaviour.conf @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- # Keyboard and mouse settings # Scrolling modifier settings # Touchpad settings (applies to all touchpads) diff --git a/Droidnix/generated/.config/hypr/bindings.conf b/Droidnix/generated/.config/hypr/bindings.conf index 7400a95a3..ad3892855 100644 --- a/Droidnix/generated/.config/hypr/bindings.conf +++ b/Droidnix/generated/.config/hypr/bindings.conf @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- $mainMod = SUPER # Terminal / launcher / kill / reload diff --git a/Droidnix/generated/.config/hypr/exec-once.conf b/Droidnix/generated/.config/hypr/exec-once.conf index 0c7f971a7..b094d00ae 100644 --- a/Droidnix/generated/.config/hypr/exec-once.conf +++ b/Droidnix/generated/.config/hypr/exec-once.conf @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- exec-once = dbus-update-activation-environment --systemd --all exec-once = hypridleconfig/hypr/exec-once exec-once = systemd-run --user --scope --unit=elephant elephant diff --git a/Droidnix/generated/.config/hypr/hypridle.conf b/Droidnix/generated/.config/hypr/hypridle.conf index fa196fd52..bac28cdec 100644 --- a/Droidnix/generated/.config/hypr/hypridle.conf +++ b/Droidnix/generated/.config/hypr/hypridle.conf @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- general { lock_cmd = hyprlock after_sleep_cmd = hyprctl dispatch dpms on diff --git a/Droidnix/generated/.config/hypr/hyprland.conf b/Droidnix/generated/.config/hypr/hyprland.conf index 0fb1e416c..37a7af116 100644 --- a/Droidnix/generated/.config/hypr/hyprland.conf +++ b/Droidnix/generated/.config/hypr/hyprland.conf @@ -1,3 +1,4 @@ +// --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- source = ./theming.css source = ./animations.conf source = ./bindings.conf diff --git a/Droidnix/generated/.config/hypr/hyprlock.conf b/Droidnix/generated/.config/hypr/hyprlock.conf index c7fdcd37b..28711e40a 100644 --- a/Droidnix/generated/.config/hypr/hyprlock.conf +++ b/Droidnix/generated/.config/hypr/hyprlock.conf @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- # ~/.config/hypr/hyprlock.conf general { diff --git a/Droidnix/generated/.config/hypr/layer-rules.conf b/Droidnix/generated/.config/hypr/layer-rules.conf index c590692e0..e9fd04fc2 100644 --- a/Droidnix/generated/.config/hypr/layer-rules.conf +++ b/Droidnix/generated/.config/hypr/layer-rules.conf @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- layerrule = blur on, ignore_alpha 1, match:namespace waybar layerrule = xray 1, match:namespace waybar layerrule = blur on, ignore_alpha 1, match:namespace walker diff --git a/Droidnix/generated/.config/hypr/layout.conf b/Droidnix/generated/.config/hypr/layout.conf index 70e1efb2f..0070c7cbd 100644 --- a/Droidnix/generated/.config/hypr/layout.conf +++ b/Droidnix/generated/.config/hypr/layout.conf @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- workspace_layouts = dwindle, master, scrolling, monocle scrolling { fullscreen_on_one_column = true diff --git a/Droidnix/generated/.config/hypr/monitor-rules.conf b/Droidnix/generated/.config/hypr/monitor-rules.conf index 07dc23982..1bf21c290 100644 --- a/Droidnix/generated/.config/hypr/monitor-rules.conf +++ b/Droidnix/generated/.config/hypr/monitor-rules.conf @@ -1,2 +1,3 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- # Default portable monitor rule monitor=DP-1,3840x1080@144,1920x0,1 diff --git a/Droidnix/generated/.config/hypr/theming.css b/Droidnix/generated/.config/hypr/theming.css index fc3f9b82b..7a1e7e6de 100644 --- a/Droidnix/generated/.config/hypr/theming.css +++ b/Droidnix/generated/.config/hypr/theming.css @@ -1,3 +1,4 @@ +/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */ # Hyprland Catppuccin Mocha Theme (solid colors) # Colors diff --git a/Droidnix/generated/.config/hypr/window-rules.conf b/Droidnix/generated/.config/hypr/window-rules.conf index 4e2289a55..c90b0ecad 100644 --- a/Droidnix/generated/.config/hypr/window-rules.conf +++ b/Droidnix/generated/.config/hypr/window-rules.conf @@ -1,3 +1,5 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- + # Network Manager editor windowrule { name = Network-Manager-editor diff --git a/Droidnix/generated/.config/hypr/workspace-rules.conf b/Droidnix/generated/.config/hypr/workspace-rules.conf index 6ea03a1c9..d8951eba7 100644 --- a/Droidnix/generated/.config/hypr/workspace-rules.conf +++ b/Droidnix/generated/.config/hypr/workspace-rules.conf @@ -1,3 +1,5 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- + #Load random wallpaper workspacecreated = exec $HOME/.local/bin/wallpaper-sync-and-set.sh $workspace diff --git a/Droidnix/generated/.config/scripts/bluetooth-status.sh b/Droidnix/generated/.config/scripts/bluetooth-status.sh old mode 100644 new mode 100755 index 866bda9c0..22d0278f9 --- a/Droidnix/generated/.config/scripts/bluetooth-status.sh +++ b/Droidnix/generated/.config/scripts/bluetooth-status.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- bt_connected="" while read -r _ mac name_rest; do if [ "$(bluetoothctl info "$mac" | awk '/Connected:/ {print $2}')" = "yes" ]; then diff --git a/Droidnix/generated/.config/scripts/hypr-autocolwidth.sh b/Droidnix/generated/.config/scripts/hypr-autocolwidth.sh old mode 100644 new mode 100755 index edc040642..7e621f42d --- a/Droidnix/generated/.config/scripts/hypr-autocolwidth.sh +++ b/Droidnix/generated/.config/scripts/hypr-autocolwidth.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash - +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- # Auto-adjust scrolling column width based on window count # Widths: 1 window = fullscreen (handled by hyprland) # 2 windows = 0.5 each diff --git a/Droidnix/generated/.config/scripts/hypr-workspaces.sh b/Droidnix/generated/.config/scripts/hypr-workspaces.sh old mode 100644 new mode 100755 index 2fe6dd730..1436c5e42 --- a/Droidnix/generated/.config/scripts/hypr-workspaces.sh +++ b/Droidnix/generated/.config/scripts/hypr-workspaces.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash - +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- # Get focused monitor name focused_monitor=$(hyprctl monitors -j | jq -r '.[] | select(.focused==true) | .name') monitor="${WAYBAR_OUTPUT_NAME:-$focused_monitor}" diff --git a/Droidnix/generated/.config/scripts/hypr-workspacesmenu.sh b/Droidnix/generated/.config/scripts/hypr-workspacesmenu.sh old mode 100644 new mode 100755 index 5fa46e33c..9d39a66de --- a/Droidnix/generated/.config/scripts/hypr-workspacesmenu.sh +++ b/Droidnix/generated/.config/scripts/hypr-workspacesmenu.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- active_ws=$(hyprctl activeworkspace -j | jq -r '.id') clients=$(hyprctl clients -j | jq -r \ ".[] | select(.workspace.id==$active_ws) | \"\(.address)|\(.title)\"") diff --git a/Droidnix/generated/.config/scripts/layout-selector.sh b/Droidnix/generated/.config/scripts/layout-selector.sh old mode 100644 new mode 100755 index 56f3a5ee2..78041bd63 --- a/Droidnix/generated/.config/scripts/layout-selector.sh +++ b/Droidnix/generated/.config/scripts/layout-selector.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- # layout-selector.sh # Select a workspace layout using Wofi, shows description, applies with layoutmsg diff --git a/Droidnix/generated/.config/scripts/power.sh b/Droidnix/generated/.config/scripts/power.sh old mode 100644 new mode 100755 index e10a39ecb..5dd57ea24 --- a/Droidnix/generated/.config/scripts/power.sh +++ b/Droidnix/generated/.config/scripts/power.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- # # Launch a power menu # diff --git a/Droidnix/generated/.config/scripts/update.sh b/Droidnix/generated/.config/scripts/update.sh old mode 100644 new mode 100755 index 303c14a57..bdb16b42f --- a/Droidnix/generated/.config/scripts/update.sh +++ b/Droidnix/generated/.config/scripts/update.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- set -e REPO="/home/henrov/Repos/nixos/Droidnix" HOSTNAME="$(hostname)" diff --git a/Droidnix/generated/.config/shared/colors.css b/Droidnix/generated/.config/shared/colors.css index 54dc0aaa2..fd84beec0 100644 --- a/Droidnix/generated/.config/shared/colors.css +++ b/Droidnix/generated/.config/shared/colors.css @@ -1,3 +1,4 @@ +/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */ /* Catppuccin Mocha Palette */ @define-color crust #11111b; @define-color mantle #181825; diff --git a/Droidnix/generated/.config/starship.toml b/Droidnix/generated/.config/starship.toml index ba9bd82ab..49548dcaf 100644 --- a/Droidnix/generated/.config/starship.toml +++ b/Droidnix/generated/.config/starship.toml @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- "$schema" = 'https://starship.rs/config-schema.json' format = """ diff --git a/Droidnix/generated/.config/stylix/palette.json b/Droidnix/generated/.config/stylix/palette.json index 5e7417b72..998dbf9d4 100644 --- a/Droidnix/generated/.config/stylix/palette.json +++ b/Droidnix/generated/.config/stylix/palette.json @@ -1,3 +1,4 @@ +// --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { "base00": "1e1e2e", "base01": "181825", diff --git a/Droidnix/generated/.config/stylix/stylix.conf b/Droidnix/generated/.config/stylix/stylix.conf index ab12a386e..2d0605ca4 100644 --- a/Droidnix/generated/.config/stylix/stylix.conf +++ b/Droidnix/generated/.config/stylix/stylix.conf @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- enable = true; base16Scheme = ../../../assets/system/theming/stylix/catppuccin-mocha.yaml; image = ../../../assets/hyprland/wallpaperstuff/pictures/wall1.jpg; diff --git a/Droidnix/generated/.config/waybar/style-dark.css b/Droidnix/generated/.config/waybar/style-dark.css index 226b4eacd..a5432b37f 100644 --- a/Droidnix/generated/.config/waybar/style-dark.css +++ b/Droidnix/generated/.config/waybar/style-dark.css @@ -1,3 +1,4 @@ +/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */ @import url("file:///home/henrov/.config/shared/colors.css"); /* --- Global --- */ diff --git a/Droidnix/generated/.config/waypaper/config.ini b/Droidnix/generated/.config/waypaper/config.ini index 210d418df..73a1e1169 100644 --- a/Droidnix/generated/.config/waypaper/config.ini +++ b/Droidnix/generated/.config/waypaper/config.ini @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- [Settings] language = en backend = awww diff --git a/Droidnix/generated/.config/wofi/config b/Droidnix/generated/.config/wofi/config index b6f56f475..d8e3d908f 100644 --- a/Droidnix/generated/.config/wofi/config +++ b/Droidnix/generated/.config/wofi/config @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- [global] allow_images = true allow_markup = true diff --git a/Droidnix/generated/.config/wofi/style.css b/Droidnix/generated/.config/wofi/style.css index 3431c0620..72bf4ac6a 100644 --- a/Droidnix/generated/.config/wofi/style.css +++ b/Droidnix/generated/.config/wofi/style.css @@ -1,3 +1,4 @@ +/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */ @import url("file:///home/henrov/.config/shared/colors.css"); /* Global styles */ diff --git a/Droidnix/generated/.config/zed/settings.json b/Droidnix/generated/.config/zed/settings.json index 91f605bbe..14109e878 100644 --- a/Droidnix/generated/.config/zed/settings.json +++ b/Droidnix/generated/.config/zed/settings.json @@ -1,3 +1,4 @@ +// --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- // Zed settings // // For information on how to configure Zed, see the Zed diff --git a/Droidnix/generated/.config/zsh/.zshrc b/Droidnix/generated/.config/zsh/.zshrc index 450568506..0adc90db5 100644 --- a/Droidnix/generated/.config/zsh/.zshrc +++ b/Droidnix/generated/.config/zsh/.zshrc @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- # Path to syntax highlighting installed by Nix ZSH_SYNTAX_HIGHLIGHTING="${HOME}/.nix-profile/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" diff --git a/Droidnix/generated/assets/2_b_installed.conf b/Droidnix/generated/assets/2_b_installed.conf index 84d757231..4dbaf5215 100644 --- a/Droidnix/generated/assets/2_b_installed.conf +++ b/Droidnix/generated/assets/2_b_installed.conf @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- #packages _1password-gui audacity diff --git a/Droidnix/generated/hosts/traveldroid/boot.nix b/Droidnix/generated/hosts/traveldroid/boot.nix index 2bb7839db..142f19183 100644 --- a/Droidnix/generated/hosts/traveldroid/boot.nix +++ b/Droidnix/generated/hosts/traveldroid/boot.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { config, pkgs, lib, flakeRoot, ... }: { diff --git a/Droidnix/generated/hosts/traveldroid/hardware-configuration.nix b/Droidnix/generated/hosts/traveldroid/hardware-configuration.nix index 802b3df31..ca588f3b6 100644 --- a/Droidnix/generated/hosts/traveldroid/hardware-configuration.nix +++ b/Droidnix/generated/hosts/traveldroid/hardware-configuration.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { hostname, pkgs, diff --git a/Droidnix/generated/hosts/traveldroid/host.nix b/Droidnix/generated/hosts/traveldroid/host.nix index 86424f2fb..e3a943ac2 100644 --- a/Droidnix/generated/hosts/traveldroid/host.nix +++ b/Droidnix/generated/hosts/traveldroid/host.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, config, pkgs, flakeRoot, import-tree, home-manager, ... }: let diff --git a/Droidnix/generated/modules/traveldroid/apps/2_b_installed.nix b/Droidnix/generated/modules/traveldroid/apps/2_b_installed.nix index e68cbe2c4..442a6f26a 100644 --- a/Droidnix/generated/modules/traveldroid/apps/2_b_installed.nix +++ b/Droidnix/generated/modules/traveldroid/apps/2_b_installed.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, config, pkgs, flakeRoot, ... }: let diff --git a/Droidnix/generated/modules/traveldroid/apps/emacs/emacs.nix b/Droidnix/generated/modules/traveldroid/apps/emacs/emacs.nix index 172d876b1..359d581b7 100644 --- a/Droidnix/generated/modules/traveldroid/apps/emacs/emacs.nix +++ b/Droidnix/generated/modules/traveldroid/apps/emacs/emacs.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { config, pkgs, lib, flakeRoot, ... }: let diff --git a/Droidnix/generated/modules/traveldroid/apps/flameshot.nix b/Droidnix/generated/modules/traveldroid/apps/flameshot.nix index 32e70df13..d7e49ccb2 100644 --- a/Droidnix/generated/modules/traveldroid/apps/flameshot.nix +++ b/Droidnix/generated/modules/traveldroid/apps/flameshot.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { pkgs, config, lib, ... }: let diff --git a/Droidnix/generated/modules/traveldroid/apps/kitty.nix b/Droidnix/generated/modules/traveldroid/apps/kitty.nix index 30f4e9674..da086761c 100644 --- a/Droidnix/generated/modules/traveldroid/apps/kitty.nix +++ b/Droidnix/generated/modules/traveldroid/apps/kitty.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, pkgs, config, flakeRoot, ... }: let diff --git a/Droidnix/generated/modules/traveldroid/apps/starship.nix b/Droidnix/generated/modules/traveldroid/apps/starship.nix index dd19c90c8..62624c989 100644 --- a/Droidnix/generated/modules/traveldroid/apps/starship.nix +++ b/Droidnix/generated/modules/traveldroid/apps/starship.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, config, pkgs, flakeRoot, ... }: let diff --git a/Droidnix/generated/modules/traveldroid/apps/thunar.nix b/Droidnix/generated/modules/traveldroid/apps/thunar.nix index 9410c0f70..3caf7e711 100644 --- a/Droidnix/generated/modules/traveldroid/apps/thunar.nix +++ b/Droidnix/generated/modules/traveldroid/apps/thunar.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { pkgs, config, lib, ... }: let diff --git a/Droidnix/generated/modules/traveldroid/apps/wofi.nix b/Droidnix/generated/modules/traveldroid/apps/wofi.nix index f202d8cd2..0b463b018 100644 --- a/Droidnix/generated/modules/traveldroid/apps/wofi.nix +++ b/Droidnix/generated/modules/traveldroid/apps/wofi.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, config, pkgs, flakeRoot, ... }: let diff --git a/Droidnix/generated/modules/traveldroid/apps/zenbrowser.nix b/Droidnix/generated/modules/traveldroid/apps/zenbrowser.nix index 582f14684..c49cab1f4 100644 --- a/Droidnix/generated/modules/traveldroid/apps/zenbrowser.nix +++ b/Droidnix/generated/modules/traveldroid/apps/zenbrowser.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { config, pkgs, lib, zen-browser, ... }: let diff --git a/Droidnix/generated/modules/traveldroid/apps/zsh.nix b/Droidnix/generated/modules/traveldroid/apps/zsh.nix index a5180ba4e..bb75ca0e7 100644 --- a/Droidnix/generated/modules/traveldroid/apps/zsh.nix +++ b/Droidnix/generated/modules/traveldroid/apps/zsh.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, config, pkgs, flakeRoot, ... }: let diff --git a/Droidnix/generated/modules/traveldroid/desktop/fonts.nix b/Droidnix/generated/modules/traveldroid/desktop/fonts.nix index 89a77cbc9..47b5f64fc 100644 --- a/Droidnix/generated/modules/traveldroid/desktop/fonts.nix +++ b/Droidnix/generated/modules/traveldroid/desktop/fonts.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, pkgs, config, ... }: { diff --git a/Droidnix/generated/modules/traveldroid/desktop/gtk.nix b/Droidnix/generated/modules/traveldroid/desktop/gtk.nix index bb4083837..fae5ee63e 100644 --- a/Droidnix/generated/modules/traveldroid/desktop/gtk.nix +++ b/Droidnix/generated/modules/traveldroid/desktop/gtk.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { pkgs, config, lib, ... }: let diff --git a/Droidnix/generated/modules/traveldroid/desktop/hyprland.nix b/Droidnix/generated/modules/traveldroid/desktop/hyprland.nix index b917e9950..f5878a0bd 100644 --- a/Droidnix/generated/modules/traveldroid/desktop/hyprland.nix +++ b/Droidnix/generated/modules/traveldroid/desktop/hyprland.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, config, pkgs, flakeRoot, home-manager, inputs, ... }: let diff --git a/Droidnix/generated/modules/traveldroid/desktop/stylix.nix b/Droidnix/generated/modules/traveldroid/desktop/stylix.nix index de4508fba..001e97a2e 100644 --- a/Droidnix/generated/modules/traveldroid/desktop/stylix.nix +++ b/Droidnix/generated/modules/traveldroid/desktop/stylix.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, config, pkgs, flakeRoot, stylix, ... }: let diff --git a/Droidnix/generated/modules/traveldroid/desktop/wallpaper.nix b/Droidnix/generated/modules/traveldroid/desktop/wallpaper.nix index 25e32bbdf..7ad199082 100644 --- a/Droidnix/generated/modules/traveldroid/desktop/wallpaper.nix +++ b/Droidnix/generated/modules/traveldroid/desktop/wallpaper.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, config, pkgs, flakeRoot, ... }: let diff --git a/Droidnix/generated/modules/traveldroid/desktop/waybar.nix b/Droidnix/generated/modules/traveldroid/desktop/waybar.nix index e0a38c956..7f7e6da0b 100644 --- a/Droidnix/generated/modules/traveldroid/desktop/waybar.nix +++ b/Droidnix/generated/modules/traveldroid/desktop/waybar.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, config, pkgs, flakeRoot, ... }: let # Use the config option defaultUser directly, fallback to "henrov" diff --git a/Droidnix/generated/modules/traveldroid/desktop/wayland.nix b/Droidnix/generated/modules/traveldroid/desktop/wayland.nix index d19346a73..8f64ab119 100644 --- a/Droidnix/generated/modules/traveldroid/desktop/wayland.nix +++ b/Droidnix/generated/modules/traveldroid/desktop/wayland.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, config, pkgs, ... }: { diff --git a/Droidnix/generated/modules/traveldroid/desktop/xdg.nix b/Droidnix/generated/modules/traveldroid/desktop/xdg.nix index ccbc88df2..b87f2f600 100644 --- a/Droidnix/generated/modules/traveldroid/desktop/xdg.nix +++ b/Droidnix/generated/modules/traveldroid/desktop/xdg.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, config, pkgs, flakeRoot, ... }: let diff --git a/Droidnix/generated/modules/traveldroid/system/audio.nix b/Droidnix/generated/modules/traveldroid/system/audio.nix index 5abe757cc..dae266a6a 100644 --- a/Droidnix/generated/modules/traveldroid/system/audio.nix +++ b/Droidnix/generated/modules/traveldroid/system/audio.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, config, pkgs, ... }: { diff --git a/Droidnix/generated/modules/traveldroid/system/base-colors.nix b/Droidnix/generated/modules/traveldroid/system/base-colors.nix index 40c7b3ac5..a0200e6c7 100644 --- a/Droidnix/generated/modules/traveldroid/system/base-colors.nix +++ b/Droidnix/generated/modules/traveldroid/system/base-colors.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { config, pkgs, flakeRoot, ... }: let username = "henrov"; # Replace with your username if needed diff --git a/Droidnix/generated/modules/traveldroid/system/bluetooth.nix b/Droidnix/generated/modules/traveldroid/system/bluetooth.nix index 3d7315912..95b5b5ea3 100644 --- a/Droidnix/generated/modules/traveldroid/system/bluetooth.nix +++ b/Droidnix/generated/modules/traveldroid/system/bluetooth.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, config, pkgs, home-manager, ... }: let diff --git a/Droidnix/generated/modules/traveldroid/system/copy_scripts.nix b/Droidnix/generated/modules/traveldroid/system/copy_scripts.nix index 9cc77cc48..2474ff652 100644 --- a/Droidnix/generated/modules/traveldroid/system/copy_scripts.nix +++ b/Droidnix/generated/modules/traveldroid/system/copy_scripts.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, config, pkgs, flakeRoot, ... }: let username = config.defaultUser or "henrov"; diff --git a/Droidnix/generated/modules/traveldroid/system/dbus.nix b/Droidnix/generated/modules/traveldroid/system/dbus.nix index 3304a874a..98db4ded2 100644 --- a/Droidnix/generated/modules/traveldroid/system/dbus.nix +++ b/Droidnix/generated/modules/traveldroid/system/dbus.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { config, pkgs, ... }: { diff --git a/Droidnix/generated/modules/traveldroid/system/gnome-keyring.nix b/Droidnix/generated/modules/traveldroid/system/gnome-keyring.nix index 5daebcb2c..30a2d016c 100644 --- a/Droidnix/generated/modules/traveldroid/system/gnome-keyring.nix +++ b/Droidnix/generated/modules/traveldroid/system/gnome-keyring.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { config, pkgs, ... }: { diff --git a/Droidnix/generated/modules/traveldroid/system/login-tuigreet.nix b/Droidnix/generated/modules/traveldroid/system/login-tuigreet.nix index ec7f7b3ba..cf06f0026 100644 --- a/Droidnix/generated/modules/traveldroid/system/login-tuigreet.nix +++ b/Droidnix/generated/modules/traveldroid/system/login-tuigreet.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { config, pkgs, lib, ... }: let diff --git a/Droidnix/generated/modules/traveldroid/system/networking.nix b/Droidnix/generated/modules/traveldroid/system/networking.nix index 555096917..6727b5b04 100644 --- a/Droidnix/generated/modules/traveldroid/system/networking.nix +++ b/Droidnix/generated/modules/traveldroid/system/networking.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, config, pkgs, ... }: { diff --git a/Droidnix/generated/modules/traveldroid/system/nix.nix b/Droidnix/generated/modules/traveldroid/system/nix.nix index 96a5be55a..68f191d64 100644 --- a/Droidnix/generated/modules/traveldroid/system/nix.nix +++ b/Droidnix/generated/modules/traveldroid/system/nix.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, config, ... }: { diff --git a/Droidnix/generated/modules/traveldroid/system/printing.nix b/Droidnix/generated/modules/traveldroid/system/printing.nix index 1d473b438..2c198447a 100644 --- a/Droidnix/generated/modules/traveldroid/system/printing.nix +++ b/Droidnix/generated/modules/traveldroid/system/printing.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, config, pkgs, ... }: { diff --git a/Droidnix/generated/modules/traveldroid/system/quickshell.nix b/Droidnix/generated/modules/traveldroid/system/quickshell.nix index 06d51ec38..279fb9c9b 100644 --- a/Droidnix/generated/modules/traveldroid/system/quickshell.nix +++ b/Droidnix/generated/modules/traveldroid/system/quickshell.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { pkgs, ... }: { environment.systemPackages = with pkgs; [ diff --git a/Droidnix/generated/users/henrov.nix b/Droidnix/generated/users/henrov.nix index 5b028ff1f..ae80b25ec 100644 --- a/Droidnix/generated/users/henrov.nix +++ b/Droidnix/generated/users/henrov.nix @@ -1,3 +1,4 @@ +# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, config, pkgs, ... }: let