Regenerated
This commit is contained in:
+335
-344
File diff suppressed because it is too large
Load Diff
+15
-16
@@ -1,6 +1,14 @@
|
|||||||
#+title: Droidnix: A Dendritic NixOS + Home Manager Configuration
|
#+title: Droidnix: A Dendritic NixOS + Home Manager Configuration
|
||||||
#+author: Henro Veijer
|
#+author: Henro Veijer
|
||||||
#+options: toc:t num:nil htmlize:nil
|
#+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
|
#+language: en
|
||||||
#+html_head: <style>pre.src { background-color: #1e1e2e; color: #cdd6f4; padding: 1em; border-radius: 4px; }</style>
|
#+html_head: <style>pre.src { background-color: #1e1e2e; color: #cdd6f4; padding: 1em; border-radius: 4px; }</style>
|
||||||
#+HTML_HEAD: <script src="https://cdn.jsdelivr.net/npm/tree.js@1.0.0/dist/tree.min.js"></script>
|
#+HTML_HEAD: <script src="https://cdn.jsdelivr.net/npm/tree.js@1.0.0/dist/tree.min.js"></script>
|
||||||
@@ -2615,8 +2623,7 @@ workspace = 10
|
|||||||
|
|
||||||
** =generated/.config/scripts/layout-selector.sh=
|
** =generated/.config/scripts/layout-selector.sh=
|
||||||
Choose your layout
|
Choose your layout
|
||||||
#+BEGIN_SRC bash :tangle generated/.config/scripts/layout-selector.sh :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC bash :tangle generated/.config/scripts/layout-selector.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never
|
||||||
#!/usr/bin/env bash
|
|
||||||
# layout-selector.sh
|
# layout-selector.sh
|
||||||
# Select a workspace layout using Wofi, shows description, applies with layoutmsg
|
# 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=
|
** =generated/.config/scripts/hypr-autocolwidth.sh=
|
||||||
These are config files for .config/scripts
|
These are config files for .config/scripts
|
||||||
#+BEGIN_SRC bash :tangle generated/.config/scripts/hypr-autocolwidth.sh :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC bash :tangle generated/.config/scripts/hypr-autocolwidth.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never
|
||||||
#!/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)
|
# Widths: 1 window = fullscreen (handled by hyprland)
|
||||||
# 2 windows = 0.5 each
|
# 2 windows = 0.5 each
|
||||||
@@ -2708,8 +2713,7 @@ done
|
|||||||
|
|
||||||
** =generated/.config/scripts/power.sh=
|
** =generated/.config/scripts/power.sh=
|
||||||
A file containing color variables
|
A file containing color variables
|
||||||
#+BEGIN_SRC sh :tangle generated/.config/scripts/power.sh :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC sh :tangle generated/.config/scripts/power.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never
|
||||||
#!/usr/bin/env bash
|
|
||||||
#
|
#
|
||||||
# Launch a power menu
|
# Launch a power menu
|
||||||
#
|
#
|
||||||
@@ -2761,8 +2765,7 @@ main
|
|||||||
|
|
||||||
** =generated/.config/scripts/update.sh=
|
** =generated/.config/scripts/update.sh=
|
||||||
A file containing color variables
|
A file containing color variables
|
||||||
#+BEGIN_SRC sh :tangle generated/.config/scripts/update.sh :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC sh :tangle generated/.config/scripts/update.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never
|
||||||
#!/usr/bin/env bash
|
|
||||||
set -e
|
set -e
|
||||||
REPO="/home/henrov/Repos/nixos/Droidnix"
|
REPO="/home/henrov/Repos/nixos/Droidnix"
|
||||||
HOSTNAME="$(hostname)"
|
HOSTNAME="$(hostname)"
|
||||||
@@ -3678,8 +3681,7 @@ label#custom-windows:not(.active) {
|
|||||||
|
|
||||||
** =generated/.config/scripts/bluetooth-status.sh=
|
** =generated/.config/scripts/bluetooth-status.sh=
|
||||||
These are config files for waybar
|
These are config files for waybar
|
||||||
#+BEGIN_SRC sh :tangle generated/.config/scripts/bluetooth-status.sh :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC sh :tangle generated/.config/scripts/bluetooth-status.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never
|
||||||
#!/usr/bin/env bash
|
|
||||||
bt_connected=""
|
bt_connected=""
|
||||||
while read -r _ mac name_rest; do
|
while read -r _ mac name_rest; do
|
||||||
if [ "$(bluetoothctl info "$mac" | awk '/Connected:/ {print $2}')" = "yes" ]; then
|
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=
|
** =generated/.config/scripts/hypr-workspaces.sh=
|
||||||
These are config files for waybar
|
These are config files for waybar
|
||||||
#+BEGIN_SRC sh :tangle generated/.config/scripts/hypr-workspaces.sh :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC sh :tangle generated/.config/scripts/hypr-workspaces.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# Get focused monitor name
|
# Get focused monitor name
|
||||||
focused_monitor=$(hyprctl monitors -j | jq -r '.[] | select(.focused==true) | .name')
|
focused_monitor=$(hyprctl monitors -j | jq -r '.[] | select(.focused==true) | .name')
|
||||||
monitor="${WAYBAR_OUTPUT_NAME:-$focused_monitor}"
|
monitor="${WAYBAR_OUTPUT_NAME:-$focused_monitor}"
|
||||||
@@ -3740,8 +3740,7 @@ jq -c -n \
|
|||||||
|
|
||||||
** =generated/.config/scripts/hypr-workspacesmenu.sh=
|
** =generated/.config/scripts/hypr-workspacesmenu.sh=
|
||||||
These are config files for waybar
|
These are config files for waybar
|
||||||
#+BEGIN_SRC sh :tangle generated/.config/scripts/hypr-workspacesmenu.sh :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC sh :tangle generated/.config/scripts/hypr-workspacesmenu.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never
|
||||||
#!/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 \
|
clients=$(hyprctl clients -j | jq -r \
|
||||||
".[] | select(.workspace.id==$active_ws) | \"\(.address)|\(.title)\"")
|
".[] | select(.workspace.id==$active_ws) | \"\(.address)|\(.title)\"")
|
||||||
|
|||||||
@@ -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, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
let
|
let
|
||||||
colors = {
|
colors = {
|
||||||
|
|||||||
@@ -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";
|
description = "Droidnix: A dendritic NixOS + Home Manager configuration";
|
||||||
|
|
||||||
|
|||||||
@@ -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 -*-
|
;;; package --- early init -*- lexical-binding: t -*-
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;;; Prevents white flash and better Emacs defaults
|
;;; Prevents white flash and better Emacs defaults
|
||||||
|
|||||||
@@ -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 -*-
|
;;; package --- Summary - My minimal Emacs init file -*- lexical-binding: t -*-
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|||||||
@@ -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
|
# ./assets/conf/desktop/hypr/animations.conf
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
|
|||||||
@@ -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
|
# Keyboard and mouse settings
|
||||||
# Scrolling modifier settings
|
# Scrolling modifier settings
|
||||||
# Touchpad settings (applies to all touchpads)
|
# Touchpad settings (applies to all touchpads)
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
|
|
||||||
# Terminal / launcher / kill / reload
|
# Terminal / launcher / kill / reload
|
||||||
|
|||||||
@@ -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 = dbus-update-activation-environment --systemd --all
|
||||||
exec-once = hypridleconfig/hypr/exec-once
|
exec-once = hypridleconfig/hypr/exec-once
|
||||||
exec-once = systemd-run --user --scope --unit=elephant elephant
|
exec-once = systemd-run --user --scope --unit=elephant elephant
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
general {
|
general {
|
||||||
lock_cmd = hyprlock
|
lock_cmd = hyprlock
|
||||||
after_sleep_cmd = hyprctl dispatch dpms on
|
after_sleep_cmd = hyprctl dispatch dpms on
|
||||||
|
|||||||
@@ -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 = ./theming.css
|
||||||
source = ./animations.conf
|
source = ./animations.conf
|
||||||
source = ./bindings.conf
|
source = ./bindings.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
|
# ~/.config/hypr/hyprlock.conf
|
||||||
|
|
||||||
general {
|
general {
|
||||||
|
|||||||
@@ -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 = blur on, ignore_alpha 1, match:namespace waybar
|
||||||
layerrule = xray 1, match:namespace waybar
|
layerrule = xray 1, match:namespace waybar
|
||||||
layerrule = blur on, ignore_alpha 1, match:namespace walker
|
layerrule = blur on, ignore_alpha 1, match:namespace walker
|
||||||
|
|||||||
@@ -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
|
workspace_layouts = dwindle, master, scrolling, monocle
|
||||||
scrolling {
|
scrolling {
|
||||||
fullscreen_on_one_column = true
|
fullscreen_on_one_column = true
|
||||||
|
|||||||
@@ -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
|
# Default portable monitor rule
|
||||||
monitor=DP-1,3840x1080@144,1920x0,1
|
monitor=DP-1,3840x1080@144,1920x0,1
|
||||||
|
|||||||
@@ -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)
|
# Hyprland Catppuccin Mocha Theme (solid colors)
|
||||||
|
|
||||||
# Colors
|
# Colors
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
|
|
||||||
# Network Manager editor
|
# Network Manager editor
|
||||||
windowrule {
|
windowrule {
|
||||||
name = Network-Manager-editor
|
name = Network-Manager-editor
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
|
|
||||||
#Load random wallpaper
|
#Load random wallpaper
|
||||||
workspacecreated = exec $HOME/.local/bin/wallpaper-sync-and-set.sh $workspace
|
workspacecreated = exec $HOME/.local/bin/wallpaper-sync-and-set.sh $workspace
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+1
@@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
bt_connected=""
|
bt_connected=""
|
||||||
while read -r _ mac name_rest; do
|
while read -r _ mac name_rest; do
|
||||||
if [ "$(bluetoothctl info "$mac" | awk '/Connected:/ {print $2}')" = "yes" ]; then
|
if [ "$(bluetoothctl info "$mac" | awk '/Connected:/ {print $2}')" = "yes" ]; then
|
||||||
|
|||||||
Regular → Executable
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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
|
# Auto-adjust scrolling column width based on window count
|
||||||
# Widths: 1 window = fullscreen (handled by hyprland)
|
# Widths: 1 window = fullscreen (handled by hyprland)
|
||||||
# 2 windows = 0.5 each
|
# 2 windows = 0.5 each
|
||||||
|
|||||||
Regular → Executable
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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
|
# Get focused monitor name
|
||||||
focused_monitor=$(hyprctl monitors -j | jq -r '.[] | select(.focused==true) | .name')
|
focused_monitor=$(hyprctl monitors -j | jq -r '.[] | select(.focused==true) | .name')
|
||||||
monitor="${WAYBAR_OUTPUT_NAME:-$focused_monitor}"
|
monitor="${WAYBAR_OUTPUT_NAME:-$focused_monitor}"
|
||||||
|
|||||||
Regular → Executable
+1
@@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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')
|
active_ws=$(hyprctl activeworkspace -j | jq -r '.id')
|
||||||
clients=$(hyprctl clients -j | jq -r \
|
clients=$(hyprctl clients -j | jq -r \
|
||||||
".[] | select(.workspace.id==$active_ws) | \"\(.address)|\(.title)\"")
|
".[] | select(.workspace.id==$active_ws) | \"\(.address)|\(.title)\"")
|
||||||
|
|||||||
Regular → Executable
+1
@@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
# layout-selector.sh
|
# layout-selector.sh
|
||||||
# Select a workspace layout using Wofi, shows description, applies with layoutmsg
|
# Select a workspace layout using Wofi, shows description, applies with layoutmsg
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+1
@@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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
|
# Launch a power menu
|
||||||
#
|
#
|
||||||
|
|||||||
Regular → Executable
+1
@@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
set -e
|
set -e
|
||||||
REPO="/home/henrov/Repos/nixos/Droidnix"
|
REPO="/home/henrov/Repos/nixos/Droidnix"
|
||||||
HOSTNAME="$(hostname)"
|
HOSTNAME="$(hostname)"
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */
|
||||||
/* Catppuccin Mocha Palette */
|
/* Catppuccin Mocha Palette */
|
||||||
@define-color crust #11111b;
|
@define-color crust #11111b;
|
||||||
@define-color mantle #181825;
|
@define-color mantle #181825;
|
||||||
|
|||||||
@@ -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'
|
"$schema" = 'https://starship.rs/config-schema.json'
|
||||||
|
|
||||||
format = """
|
format = """
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
{
|
{
|
||||||
"base00": "1e1e2e",
|
"base00": "1e1e2e",
|
||||||
"base01": "181825",
|
"base01": "181825",
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
enable = true;
|
enable = true;
|
||||||
base16Scheme = ../../../assets/system/theming/stylix/catppuccin-mocha.yaml;
|
base16Scheme = ../../../assets/system/theming/stylix/catppuccin-mocha.yaml;
|
||||||
image = ../../../assets/hyprland/wallpaperstuff/pictures/wall1.jpg;
|
image = ../../../assets/hyprland/wallpaperstuff/pictures/wall1.jpg;
|
||||||
|
|||||||
@@ -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");
|
@import url("file:///home/henrov/.config/shared/colors.css");
|
||||||
|
|
||||||
/* --- Global --- */
|
/* --- Global --- */
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
[Settings]
|
[Settings]
|
||||||
language = en
|
language = en
|
||||||
backend = awww
|
backend = awww
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
[global]
|
[global]
|
||||||
allow_images = true
|
allow_images = true
|
||||||
allow_markup = true
|
allow_markup = true
|
||||||
|
|||||||
@@ -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");
|
@import url("file:///home/henrov/.config/shared/colors.css");
|
||||||
|
|
||||||
/* Global styles */
|
/* Global styles */
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
// Zed settings
|
// Zed settings
|
||||||
//
|
//
|
||||||
// For information on how to configure Zed, see the Zed
|
// For information on how to configure Zed, see the Zed
|
||||||
|
|||||||
@@ -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
|
# Path to syntax highlighting installed by Nix
|
||||||
ZSH_SYNTAX_HIGHLIGHTING="${HOME}/.nix-profile/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
|
ZSH_SYNTAX_HIGHLIGHTING="${HOME}/.nix-profile/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
#packages
|
#packages
|
||||||
_1password-gui
|
_1password-gui
|
||||||
audacity
|
audacity
|
||||||
|
|||||||
@@ -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, ... }:
|
{ config, pkgs, lib, flakeRoot, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
{
|
{
|
||||||
hostname,
|
hostname,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
|||||||
@@ -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, ... }:
|
{ lib, config, pkgs, flakeRoot, import-tree, home-manager, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -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, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -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, ... }:
|
{ config, pkgs, lib, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
{ pkgs, config, lib, ... }:
|
{ pkgs, config, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -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, ... }:
|
{ lib, pkgs, config, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -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, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
{ pkgs, config, lib, ... }:
|
{ pkgs, config, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -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, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -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, ... }:
|
{ config, pkgs, lib, zen-browser, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -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, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
{ lib, pkgs, config, ... }:
|
{ lib, pkgs, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
{ pkgs, config, lib, ... }:
|
{ pkgs, config, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -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, ... }:
|
{ lib, config, pkgs, flakeRoot, home-manager, inputs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -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, ... }:
|
{ lib, config, pkgs, flakeRoot, stylix, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -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, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -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, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
let
|
let
|
||||||
# Use the config option defaultUser directly, fallback to "henrov"
|
# Use the config option defaultUser directly, fallback to "henrov"
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
{ config, pkgs, flakeRoot, ... }:
|
{ config, pkgs, flakeRoot, ... }:
|
||||||
let
|
let
|
||||||
username = "henrov"; # Replace with your username if needed
|
username = "henrov"; # Replace with your username if needed
|
||||||
|
|||||||
@@ -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, ... }:
|
{ lib, config, pkgs, home-manager, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -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, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
let
|
let
|
||||||
username = config.defaultUser or "henrov";
|
username = config.defaultUser or "henrov";
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
{ lib, config, ... }:
|
{ lib, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
Reference in New Issue
Block a user