Regenerated
This commit is contained in:
+383
-383
File diff suppressed because it is too large
Load Diff
+14
-13
@@ -1,15 +1,16 @@
|
|||||||
#+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. ---"
|
#+MACRO: autogen --- 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:nix :prologue "# {{{autogen}}}"
|
||||||
#+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:sh :prologue "# {{{autogen}}}"
|
||||||
#+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:bash :prologue "# {{{autogen}}}"
|
||||||
#+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:css :prologue "/* {{{autogen}}} */"
|
||||||
#+PROPERTY: header-args:qml :prologue "// --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---"
|
#+PROPERTY: header-args:conf :prologue "# {{{autogen}}}"
|
||||||
#+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:qml :prologue "// {{{autogen}}}"
|
||||||
#+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:jsonc :prologue "// {{{autogen}}}"
|
||||||
#+PROPERTY: header-args:toml :prologue "# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---"
|
#+PROPERTY: header-args:el :prologue ";; {{{autogen}}}"
|
||||||
|
#+PROPERTY: header-args:toml :prologue "# {{{autogen}}}"
|
||||||
#+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>
|
||||||
@@ -2039,7 +2040,7 @@ in
|
|||||||
# and conflict with our home.file entries below.
|
# and conflict with our home.file entries below.
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/swaync/config.json" = {
|
".config/swaync/config.jsonc" = {
|
||||||
text = builtins.readFile "${assetPath}/config.json";
|
text = builtins.readFile "${assetPath}/config.json";
|
||||||
force = true;
|
force = true;
|
||||||
};
|
};
|
||||||
@@ -4294,9 +4295,9 @@ These are config files for .config/stylix
|
|||||||
</html>
|
</html>
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/.config/swaync/config.json=
|
** =generated/.config/swaync/configc.json=
|
||||||
These are config files for waybar
|
These are config files for waybar
|
||||||
#+BEGIN_SRC json :tangle generated/.config/swaync/config.json :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC jsonc :tangle generated/.config/swaync/config.json :noweb yes :mkdirp yes :eval never
|
||||||
{
|
{
|
||||||
"positionX": "right",
|
"positionX": "right",
|
||||||
"positionY": "top",
|
"positionY": "top",
|
||||||
@@ -4354,7 +4355,7 @@ These are config files for waybar
|
|||||||
** =generated/.config/swaync/style.css=
|
** =generated/.config/swaync/style.css=
|
||||||
These are config files for waybar
|
These are config files for waybar
|
||||||
#+BEGIN_SRC css :tangle generated/.config/swaync/style.css :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC css :tangle generated/.config/swaync/style.css :noweb yes :mkdirp yes :eval never
|
||||||
@import url("~/.config/shared/Colors.css");
|
@import url("/home/username/.config/shared/Colors.css");
|
||||||
|
|
||||||
* {
|
* {
|
||||||
all: unset;
|
all: unset;
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{
|
{
|
||||||
description = "Droidnix: A dendritic NixOS + Home Manager configuration";
|
description = "Droidnix: A dendritic NixOS + Home Manager configuration";
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
;; --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
;; {{{autogen}}}
|
||||||
;;; 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,4 +1,4 @@
|
|||||||
;; --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
;; {{{autogen}}}
|
||||||
;;; package --- Summary - My minimal Emacs init file -*- lexical-binding: t -*-
|
;;; package --- Summary - My minimal Emacs init file -*- lexical-binding: t -*-
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
animations {
|
animations {
|
||||||
enabled = yes
|
enabled = yes
|
||||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
# Keyboard and mouse settings
|
# Keyboard and mouse settings
|
||||||
input {
|
input {
|
||||||
numlock_by_default = true
|
numlock_by_default = true
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
|
|
||||||
# launcher / kill / reload
|
# launcher / kill / reload
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
exec-once = dbus-update-activation-environment --systemd --all
|
exec-once = dbus-update-activation-environment --systemd --all
|
||||||
exec-once = hypridle
|
exec-once = hypridle
|
||||||
exec-once = systemd-run --user --scope --unit=elephant elephant
|
exec-once = systemd-run --user --scope --unit=elephant elephant
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
general {
|
general {
|
||||||
lock_cmd = hyprlock
|
lock_cmd = hyprlock
|
||||||
before_sleep_cmd = hyprlock
|
before_sleep_cmd = hyprlock
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
source = ./theming.conf
|
source = ./theming.conf
|
||||||
source = ./animations.conf
|
source = ./animations.conf
|
||||||
source = ./bindings.conf
|
source = ./bindings.conf
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
general {
|
general {
|
||||||
grace = 2
|
grace = 2
|
||||||
hide_cursor = true
|
hide_cursor = true
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
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
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
|
|
||||||
scrolling {
|
scrolling {
|
||||||
fullscreen_on_one_column = true
|
fullscreen_on_one_column = true
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
monitor = DP-1, preferred, 0x0, 1
|
monitor = DP-1, preferred, 0x0, 1
|
||||||
monitor = eDP-1, preferred, auto-left, 1.5
|
monitor = eDP-1, preferred, auto-left, 1.5
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
# Hyprland Catppuccin Mocha Theme (solid colors)
|
# Hyprland Catppuccin Mocha Theme (solid colors)
|
||||||
|
|
||||||
# Colors
|
# Colors
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
|
|
||||||
# Network Manager editor
|
# Network Manager editor
|
||||||
windowrule {
|
windowrule {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
workspace = 1, monitor:eDP-1, layout:master
|
workspace = 1, monitor:eDP-1, layout:master
|
||||||
workspace = 2, monitor:eDP-1, layout:monocle
|
workspace = 2, monitor:eDP-1, layout:monocle
|
||||||
workspace = 3, monitor:eDP-1, layout:master
|
workspace = 3, monitor:eDP-1, layout:master
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
// {{{autogen}}}
|
||||||
import Quickshell
|
import Quickshell
|
||||||
import Quickshell.Io
|
import Quickshell.Io
|
||||||
import QtQuick
|
import QtQuick
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
// {{{autogen}}}
|
||||||
import Quickshell
|
import Quickshell
|
||||||
import Quickshell.Io
|
import Quickshell.Io
|
||||||
import QtQuick
|
import QtQuick
|
||||||
|
|||||||
@@ -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. ---
|
# {{{autogen}}}
|
||||||
capacity=$(cat /sys/class/power_supply/BAT*/capacity)
|
capacity=$(cat /sys/class/power_supply/BAT*/capacity)
|
||||||
status=$(cat /sys/class/power_supply/BAT*/status)
|
status=$(cat /sys/class/power_supply/BAT*/status)
|
||||||
|
|
||||||
|
|||||||
@@ -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. ---
|
# {{{autogen}}}
|
||||||
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
|
||||||
|
|||||||
@@ -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. ---
|
# {{{autogen}}}
|
||||||
# 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}"
|
||||||
|
|||||||
@@ -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. ---
|
# {{{autogen}}}
|
||||||
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,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. ---
|
# {{{autogen}}}
|
||||||
DEVICE=$(kdeconnect-cli --list-devices | grep -oP '(?<=\().*?(?=\))' | head -n 1)
|
DEVICE=$(kdeconnect-cli --list-devices | grep -oP '(?<=\().*?(?=\))' | head -n 1)
|
||||||
|
|
||||||
if [ -z "$DEVICE" ]; then
|
if [ -z "$DEVICE" ]; then
|
||||||
|
|||||||
@@ -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. ---
|
# {{{autogen}}}
|
||||||
# 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
|
||||||
|
|
||||||
|
|||||||
@@ -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. ---
|
# {{{autogen}}}
|
||||||
|
|
||||||
# Player selection — prefer actively playing player
|
# Player selection — prefer actively playing player
|
||||||
player=$(playerctl -l 2>/dev/null | while read -r p; do
|
player=$(playerctl -l 2>/dev/null | while read -r p; do
|
||||||
|
|||||||
@@ -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. ---
|
# {{{autogen}}}
|
||||||
#
|
#
|
||||||
# Launch a power menu
|
# Launch a power menu
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -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. ---
|
# {{{autogen}}}
|
||||||
set -e
|
set -e
|
||||||
REPO="/home/$USER/Repos/nixos/Droidnix"
|
REPO="/home/$USER/Repos/nixos/Droidnix"
|
||||||
HOSTNAME="$(hostname)"
|
HOSTNAME="$(hostname)"
|
||||||
|
|||||||
@@ -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. ---
|
# {{{autogen}}}
|
||||||
wofi --show drun \
|
wofi --show drun \
|
||||||
--style ~/.config/wofi/style.css \
|
--style ~/.config/wofi/style.css \
|
||||||
--no-actions \
|
--no-actions \
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */
|
/* {{{autogen}}} */
|
||||||
/* Catppuccin Mocha Palette */
|
/* Catppuccin Mocha Palette */
|
||||||
@define-color crust #11111b;
|
@define-color crust #11111b;
|
||||||
@define-color mantle #181825;
|
@define-color mantle #181825;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
"$schema" = 'https://starship.rs/config-schema.json'
|
"$schema" = 'https://starship.rs/config-schema.json'
|
||||||
|
|
||||||
format = """
|
format = """
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
// --- 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,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
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,4 +1,4 @@
|
|||||||
// --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
// {{{autogen}}}
|
||||||
{
|
{
|
||||||
"positionX": "right",
|
"positionX": "right",
|
||||||
"positionY": "top",
|
"positionY": "top",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */
|
/* {{{autogen}}} */
|
||||||
@import url("~/.config/shared/Colors.css");
|
@import url("/home/username/.config/shared/Colors.css");
|
||||||
|
|
||||||
* {
|
* {
|
||||||
all: unset;
|
all: unset;
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// {{{autogen}}}
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */
|
/* {{{autogen}}} */
|
||||||
@import url("file:///home/henrov/.config/shared/Colors.css");
|
@import url("file:///home/henrov/.config/shared/Colors.css");
|
||||||
|
|
||||||
/* --- Global --- */
|
/* --- Global --- */
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
[Settings]
|
[Settings]
|
||||||
language = en
|
language = en
|
||||||
backend = awww
|
backend = awww
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
[global]
|
[global]
|
||||||
allow_markup = true
|
allow_markup = true
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */
|
/* {{{autogen}}} */
|
||||||
@import "~/.config/shared/Colors.css";
|
@import "~/.config/shared/Colors.css";
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
// --- 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,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
# 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,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
#packages
|
#packages
|
||||||
_1password-gui
|
_1password-gui
|
||||||
audacity
|
audacity
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
#File & navigation
|
#File & navigation
|
||||||
repo=cd ~/Repos && ls -lah
|
repo=cd ~/Repos && ls -lah
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# --- 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,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{
|
{
|
||||||
hostname,
|
hostname,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, config, pkgs, flakeRoot, import-tree, home-manager, ... }:
|
{ lib, config, pkgs, flakeRoot, import-tree, home-manager, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, config, pkgs, flakeRoot, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ config, pkgs, lib, flakeRoot, ... }:
|
{ config, pkgs, lib, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ pkgs, config, lib, ... }:
|
{ pkgs, config, lib, ... }:
|
||||||
let
|
let
|
||||||
username = config.defaultUser or "henrov";
|
username = config.defaultUser or "henrov";
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, pkgs, config, flakeRoot, ... }:
|
{ lib, pkgs, config, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, config, pkgs, flakeRoot, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ pkgs, config, lib, ... }:
|
{ pkgs, config, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, config, pkgs, flakeRoot, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ config, pkgs, lib, zen-browser, ... }:
|
{ config, pkgs, lib, zen-browser, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, config, pkgs, flakeRoot, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, pkgs, config, ... }:
|
{ lib, pkgs, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ pkgs, config, lib, ... }:
|
{ pkgs, config, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, config, pkgs, flakeRoot, home-manager, inputs, ... }:
|
{ lib, config, pkgs, flakeRoot, home-manager, inputs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, config, pkgs, flakeRoot, stylix, ... }:
|
{ lib, config, pkgs, flakeRoot, stylix, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, config, pkgs, flakeRoot, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ 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,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, config, pkgs, flakeRoot, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
services.avahi = {
|
services.avahi = {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, config, pkgs, home-manager, ... }:
|
{ lib, config, pkgs, home-manager, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, config, pkgs, flakeRoot, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
let
|
let
|
||||||
colors = {
|
colors = {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, config, pkgs, flakeRoot, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
let
|
let
|
||||||
username = config.defaultUser or "henrov";
|
username = config.defaultUser or "henrov";
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, config, pkgs, flakeRoot, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, config, pkgs, flakeRoot, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, config, ... }:
|
{ lib, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ pkgs, lib, config, flakeRoot, ... }:
|
{ pkgs, lib, config, flakeRoot, ... }:
|
||||||
let
|
let
|
||||||
username = config.defaultUser or "henrov";
|
username = config.defaultUser or "henrov";
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, config, pkgs, flakeRoot, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
let
|
let
|
||||||
username = config.defaultUser or "henrov";
|
username = config.defaultUser or "henrov";
|
||||||
@@ -12,7 +12,7 @@ in
|
|||||||
# and conflict with our home.file entries below.
|
# and conflict with our home.file entries below.
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/swaync/config.json" = {
|
".config/swaync/config.jsonc" = {
|
||||||
text = builtins.readFile "${assetPath}/config.json";
|
text = builtins.readFile "${assetPath}/config.json";
|
||||||
force = true;
|
force = true;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# {{{autogen}}}
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
Reference in New Issue
Block a user