Regenerated
This commit is contained in:
+57
-57
@@ -67,7 +67,7 @@ This section contains the Org blocks for tangling Nix code into the generated fo
|
|||||||
|
|
||||||
** =flake.nix=
|
** =flake.nix=
|
||||||
The Nix flake definition for Droidnix.
|
The Nix flake definition for Droidnix.
|
||||||
#+BEGIN_SRC nix :tangle flake.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle flake.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{
|
{
|
||||||
description = "Droidnix: A dendritic NixOS + Home Manager configuration";
|
description = "Droidnix: A dendritic NixOS + Home Manager configuration";
|
||||||
|
|
||||||
@@ -127,7 +127,7 @@ The Nix flake definition for Droidnix.
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/hosts/traveldroid/host.nix=
|
** =generated/hosts/traveldroid/host.nix=
|
||||||
#+BEGIN_SRC nix :tangle generated/hosts/traveldroid/host.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/hosts/traveldroid/host.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ lib, config, pkgs, flakeRoot, import-tree, home-manager, ... }:
|
{ lib, config, pkgs, flakeRoot, import-tree, home-manager, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -184,7 +184,7 @@ in
|
|||||||
1. Boot into NixOS Live ISO or your installed system.
|
1. Boot into NixOS Live ISO or your installed system.
|
||||||
2. Open a terminal.
|
2. Open a terminal.
|
||||||
3. Run: <code>sudo nixos-generate-config --root /mnt</code> (Omit --root /mnt if already running NixOS.)
|
3. Run: <code>sudo nixos-generate-config --root /mnt</code> (Omit --root /mnt if already running NixOS.)
|
||||||
#+BEGIN_SRC nix :tangle generated/hosts/traveldroid/hardware-configuration.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/hosts/traveldroid/hardware-configuration.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{
|
{
|
||||||
hostname,
|
hostname,
|
||||||
pkgs,
|
pkgs,
|
||||||
@@ -235,7 +235,7 @@ in
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/hosts/traveldroid/boot.nix=
|
** =generated/hosts/traveldroid/boot.nix=
|
||||||
#+BEGIN_SRC nix :tangle generated/hosts/traveldroid/boot.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/hosts/traveldroid/boot.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ config, pkgs, lib, flakeRoot, ... }:
|
{ config, pkgs, lib, flakeRoot, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -290,7 +290,7 @@ in
|
|||||||
|
|
||||||
** =generated/modules/traveldroid/apps/packages.nix=
|
** =generated/modules/traveldroid/apps/packages.nix=
|
||||||
This installs a list of apps
|
This installs a list of apps
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/packages.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/packages.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ lib, config, pkgs, flakeRoot, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -350,7 +350,7 @@ in {
|
|||||||
|
|
||||||
** =generated/assets/packages.conf=
|
** =generated/assets/packages.conf=
|
||||||
This is a list of additional apps to install
|
This is a list of additional apps to install
|
||||||
#+BEGIN_SRC conf :tangle generated/assets/packages.conf :noweb tangle :mkdirp yes
|
#+BEGIN_SRC conf :tangle generated/assets/packages.conf :noweb tangle :mkdirp yes :eval never
|
||||||
#productivity
|
#productivity
|
||||||
todoist
|
todoist
|
||||||
|
|
||||||
@@ -407,7 +407,7 @@ vlc
|
|||||||
|
|
||||||
** =generated/modules/traveldroid/apps/kitty.nix=
|
** =generated/modules/traveldroid/apps/kitty.nix=
|
||||||
This file sets up Kitty terminal
|
This file sets up Kitty terminal
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/kitty.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/kitty.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ lib, pkgs, config, flakeRoot,... }:
|
{ lib, pkgs, config, flakeRoot,... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -465,7 +465,7 @@ in
|
|||||||
|
|
||||||
** =.config/kitty/Catppuccin-Mocha.conf=
|
** =.config/kitty/Catppuccin-Mocha.conf=
|
||||||
These are config files for .config/kitty
|
These are config files for .config/kitty
|
||||||
#+BEGIN_SRC conf :tangle generated/.config/kitty/Catppuccin-Mocha.conf :noweb tangle :mkdirp yes
|
#+BEGIN_SRC conf :tangle generated/.config/kitty/Catppuccin-Mocha.conf :noweb tangle :mkdirp yes :eval never
|
||||||
# vim:ft=kitty
|
# vim:ft=kitty
|
||||||
## name: Catppuccin Kitty Mocha
|
## name: Catppuccin Kitty Mocha
|
||||||
## author: Catppuccin Org
|
## author: Catppuccin Org
|
||||||
@@ -552,7 +552,7 @@ color15 #a6adc8
|
|||||||
|
|
||||||
** =.config/kitty/kitty.conf=
|
** =.config/kitty/kitty.conf=
|
||||||
These are config files for .config/kitty
|
These are config files for .config/kitty
|
||||||
#+BEGIN_SRC conf :tangle generated/.config/kitty/kitty.conf :noweb tangle :mkdirp yes
|
#+BEGIN_SRC conf :tangle generated/.config/kitty/kitty.conf :noweb tangle :mkdirp yes :eval never
|
||||||
|
|
||||||
shell_integration no-rc
|
shell_integration no-rc
|
||||||
include Catppuccin-Mocha.conf
|
include Catppuccin-Mocha.conf
|
||||||
@@ -570,7 +570,7 @@ font_size 10.0
|
|||||||
|
|
||||||
** =generated/modules/traveldroid/apps/starship.nix=
|
** =generated/modules/traveldroid/apps/starship.nix=
|
||||||
This file sets up starship prompt
|
This file sets up starship prompt
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/starship.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/starship.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ lib, config, pkgs, flakeRoot, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -606,7 +606,7 @@ in
|
|||||||
|
|
||||||
** =.config/starship.toml=
|
** =.config/starship.toml=
|
||||||
These are config files for .config
|
These are config files for .config
|
||||||
#+BEGIN_SRC toml :tangle generated/.config/starship.toml :noweb tangle :mkdirp yes
|
#+BEGIN_SRC toml :tangle generated/.config/starship.toml :noweb tangle :mkdirp yes :eval never
|
||||||
"$schema" = 'https://starship.rs/config-schema.json'
|
"$schema" = 'https://starship.rs/config-schema.json'
|
||||||
|
|
||||||
format = """
|
format = """
|
||||||
@@ -891,7 +891,7 @@ crust = "#181926"
|
|||||||
|
|
||||||
** =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
|
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/thunar.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/thunar.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ pkgs, config, lib, ... }:
|
{ pkgs, config, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -928,7 +928,7 @@ in
|
|||||||
|
|
||||||
** =generated/modules/traveldroid/apps/wofi.nix=
|
** =generated/modules/traveldroid/apps/wofi.nix=
|
||||||
This is the install for Wofi, the launcher
|
This is the install for Wofi, the launcher
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/wofi.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/wofi.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ lib, config, pkgs, flakeRoot, home-manager, ... }:
|
{ lib, config, pkgs, flakeRoot, home-manager, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -972,7 +972,7 @@ in
|
|||||||
|
|
||||||
** =.config/wofi/config=
|
** =.config/wofi/config=
|
||||||
These are config files for .config/wofi
|
These are config files for .config/wofi
|
||||||
#+BEGIN_SRC css :tangle generated/.config/wofi/config :noweb tangle :mkdirp yes
|
#+BEGIN_SRC css :tangle generated/.config/wofi/config :noweb tangle :mkdirp yes :eval never
|
||||||
[global]
|
[global]
|
||||||
allow_images = true
|
allow_images = true
|
||||||
allow_markup = true
|
allow_markup = true
|
||||||
@@ -1015,7 +1015,7 @@ prompt = >
|
|||||||
|
|
||||||
** =.config/wofi/style.css=
|
** =.config/wofi/style.css=
|
||||||
These are config files for .config/wofi
|
These are config files for .config/wofi
|
||||||
#+BEGIN_SRC css :tangle generated/.config/wofi/style.css :noweb tangle :mkdirp yes
|
#+BEGIN_SRC css :tangle generated/.config/wofi/style.css :noweb tangle :mkdirp yes :eval never
|
||||||
/* Catppuccin Mocha theme for Wofi with transparency and rounded corners */
|
/* Catppuccin Mocha theme for Wofi with transparency and rounded corners */
|
||||||
|
|
||||||
@define-color base rgba(30, 30, 46, 0.9); /* Added transparency */
|
@define-color base rgba(30, 30, 46, 0.9); /* Added transparency */
|
||||||
@@ -1100,7 +1100,7 @@ These are config files for .config/wofi
|
|||||||
|
|
||||||
** =generated/modules/traveldroid/apps/zenbrowser.nix=
|
** =generated/modules/traveldroid/apps/zenbrowser.nix=
|
||||||
This installs zen browser
|
This installs zen browser
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/zenbrowser.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/zenbrowser.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ config, pkgs, lib, zen-browser, ... }:
|
{ config, pkgs, lib, zen-browser, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -1116,7 +1116,7 @@ in
|
|||||||
|
|
||||||
** =generated/modules/traveldroid/apps/zsh.nix=
|
** =generated/modules/traveldroid/apps/zsh.nix=
|
||||||
This sets up the zsh in the terminal
|
This sets up the zsh in the terminal
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/zsh.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/zsh.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ config, pkgs, lib, flakeRoot, ... }:
|
{ config, pkgs, lib, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -1168,7 +1168,7 @@ in
|
|||||||
|
|
||||||
** =generated/.config/zsh/.zshrc
|
** =generated/.config/zsh/.zshrc
|
||||||
This sets up the zsh in the terminal
|
This sets up the zsh in the terminal
|
||||||
#+BEGIN_SRC bash :tangle generated/.config/zsh/.zshrc :noweb tangle :mkdirp yes
|
#+BEGIN_SRC bash :tangle generated/.config/zsh/.zshrc :noweb tangle :mkdirp yes :eval never
|
||||||
# Catppuccin Mocha colors
|
# Catppuccin Mocha colors
|
||||||
local mocha_base="#1E1E2E"
|
local mocha_base="#1E1E2E"
|
||||||
local mocha_surface0="#313244"
|
local mocha_surface0="#313244"
|
||||||
@@ -1199,7 +1199,7 @@ fi
|
|||||||
|
|
||||||
** =generated/modules/traveldroid/apps/emacs/emacs.nix=
|
** =generated/modules/traveldroid/apps/emacs/emacs.nix=
|
||||||
This installs emacs
|
This installs emacs
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/emacs/emacs.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/emacs/emacs.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ config, pkgs, lib, flakeRoot, ... }:
|
{ config, pkgs, lib, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -1796,7 +1796,7 @@ the top of the file."
|
|||||||
|
|
||||||
** =generated/modules/traveldroid/desktop/fonts.nix=
|
** =generated/modules/traveldroid/desktop/fonts.nix=
|
||||||
This file installs and configures fonts
|
This file installs and configures fonts
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/fonts.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/fonts.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ lib, pkgs, config, ... }:
|
{ lib, pkgs, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -1810,7 +1810,7 @@ This file installs and configures fonts
|
|||||||
|
|
||||||
** =generated/modules/traveldroid/desktop/gtk.nix=
|
** =generated/modules/traveldroid/desktop/gtk.nix=
|
||||||
Setting up GTK
|
Setting up GTK
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/gtk.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/gtk.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ pkgs, config, lib, ... }:
|
{ pkgs, config, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -1832,7 +1832,7 @@ in
|
|||||||
|
|
||||||
** =generated/modules/traveldroid/desktop/hyprland.nix=
|
** =generated/modules/traveldroid/desktop/hyprland.nix=
|
||||||
Setting up Hyprland
|
Setting up Hyprland
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/hyprland.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/hyprland.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ lib, config, pkgs, flakeRoot, home-manager, inputs, ... }:
|
{ lib, config, pkgs, flakeRoot, home-manager, inputs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -1875,7 +1875,7 @@ in
|
|||||||
|
|
||||||
** =.config/hypr/animations.conf=
|
** =.config/hypr/animations.conf=
|
||||||
These are config files for .config/hypr
|
These are config files for .config/hypr
|
||||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/animations.conf :noweb tangle :mkdirp yes
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/animations.conf :noweb tangle :mkdirp yes :eval never
|
||||||
# ./assets/conf/desktop/hypr/animations.conf
|
# ./assets/conf/desktop/hypr/animations.conf
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
@@ -1892,7 +1892,7 @@ animations {
|
|||||||
|
|
||||||
** =.config/hypr/behaviour.conf=
|
** =.config/hypr/behaviour.conf=
|
||||||
These are config files for .config/hypr
|
These are config files for .config/hypr
|
||||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/behaviour.conf :noweb tangle :mkdirp yes
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/behaviour.conf :noweb tangle :mkdirp yes :eval never
|
||||||
# Keyboard and mouse settings
|
# Keyboard and mouse settings
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
@@ -1930,7 +1930,7 @@ misc {
|
|||||||
|
|
||||||
** =.config/hypr/bindings.conf=
|
** =.config/hypr/bindings.conf=
|
||||||
These are config files for .config/hypr
|
These are config files for .config/hypr
|
||||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/bindings.conf :noweb tangle :mkdirp yes
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/bindings.conf :noweb tangle :mkdirp yes :eval never
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
|
|
||||||
# use walker to show exec menu
|
# use walker to show exec menu
|
||||||
@@ -2089,7 +2089,7 @@ bind = $mainMod, W, exec, zen
|
|||||||
|
|
||||||
** =.config/hypr/exec-once.conf=
|
** =.config/hypr/exec-once.conf=
|
||||||
These are config files for .config/hypr
|
These are config files for .config/hypr
|
||||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/exec-once.conf :noweb tangle :mkdirp yes
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/exec-once.conf :noweb tangle :mkdirp yes :eval never
|
||||||
exec-once = dbus-update-activation-environment --systemd --all
|
exec-once = dbus-update-activation-environment --systemd --all
|
||||||
exec-once = hypridle
|
exec-once = hypridle
|
||||||
exec-once = hyprpolkitagent
|
exec-once = hyprpolkitagent
|
||||||
@@ -2099,7 +2099,7 @@ exec-once = bash -c "sleep 5 && waybar"
|
|||||||
|
|
||||||
** =.config/hypr/hypridle.conf=
|
** =.config/hypr/hypridle.conf=
|
||||||
These are config files for .config/hypr
|
These are config files for .config/hypr
|
||||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/hypridle.conf :noweb tangle :mkdirp yes
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/hypridle.conf :noweb tangle :mkdirp yes :eval never
|
||||||
general {
|
general {
|
||||||
lock_cmd = hyprlock
|
lock_cmd = hyprlock
|
||||||
after_sleep_cmd = hyprctl dispatch dpms on
|
after_sleep_cmd = hyprctl dispatch dpms on
|
||||||
@@ -2120,7 +2120,7 @@ listener {
|
|||||||
|
|
||||||
** =.config/hypr/hyprland.conf=
|
** =.config/hypr/hyprland.conf=
|
||||||
These are config files for .config/hypr
|
These are config files for .config/hypr
|
||||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/hyprland.conf :noweb tangle :mkdirp yes
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/hyprland.conf :noweb tangle :mkdirp yes :eval never
|
||||||
source = ./theming.conf
|
source = ./theming.conf
|
||||||
source = ./animations.conf
|
source = ./animations.conf
|
||||||
source = ./bindings.conf
|
source = ./bindings.conf
|
||||||
@@ -2163,7 +2163,7 @@ misc {
|
|||||||
|
|
||||||
** =.config/hypr/hyprlock.conf=
|
** =.config/hypr/hyprlock.conf=
|
||||||
These are config files for .config/hypr
|
These are config files for .config/hypr
|
||||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/hyprlock.conf :noweb tangle :mkdirp yes
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/hyprlock.conf :noweb tangle :mkdirp yes :eval never
|
||||||
# ~/.config/hypr/hyprlock.conf
|
# ~/.config/hypr/hyprlock.conf
|
||||||
|
|
||||||
general {
|
general {
|
||||||
@@ -2200,7 +2200,7 @@ label {
|
|||||||
|
|
||||||
** =.config/hypr/layer-rules.conf=
|
** =.config/hypr/layer-rules.conf=
|
||||||
These are config files for .config/hypr
|
These are config files for .config/hypr
|
||||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/layer-rules.conf :noweb tangle :mkdirp yes
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/layer-rules.conf :noweb tangle :mkdirp yes :eval never
|
||||||
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
|
||||||
@@ -2211,20 +2211,20 @@ layerrule = blur on, ignore_alpha 1, match:namespace swaync-notification-window
|
|||||||
|
|
||||||
** =.config/hypr/layout.conf=
|
** =.config/hypr/layout.conf=
|
||||||
These are config files for .config/hypr
|
These are config files for .config/hypr
|
||||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/layout.conf :noweb tangle :mkdirp yes
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/layout.conf :noweb tangle :mkdirp yes :eval never
|
||||||
workspace_layouts = dwindle, master, scrolling, monocle
|
workspace_layouts = dwindle, master, scrolling, monocle
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =.config/hypr/monitor-rules.conf=
|
** =.config/hypr/monitor-rules.conf=
|
||||||
These are config files for .config/hypr
|
These are config files for .config/hypr
|
||||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/monitor-rules.conf :noweb tangle :mkdirp yes
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/monitor-rules.conf :noweb tangle :mkdirp yes :eval never
|
||||||
# Default portable monitor rule
|
# Default portable monitor rule
|
||||||
monitor=DP-1,3840x1080@144,1920x0,1
|
monitor=DP-1,3840x1080@144,1920x0,1
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =.config/hypr/scripts/layout-selector.sh=
|
** =.config/hypr/scripts/layout-selector.sh=
|
||||||
These are config files for .config/hypr/scripts
|
These are config files for .config/hypr/scripts
|
||||||
#+BEGIN_SRC bash :tangle generated/.config/hypr/scripts/layout-selector.sh :noweb tangle :mkdirp yes
|
#+BEGIN_SRC bash :tangle generated/.config/hypr/scripts/layout-selector.sh :noweb tangle :mkdirp yes :eval never
|
||||||
#!/usr/bin/env bash
|
#!/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
|
||||||
@@ -2263,7 +2263,7 @@ hyprctl dispatch oSD "Layout: $LAYOUT_NAME" 2000
|
|||||||
|
|
||||||
** =.config/hypr/theming.conf=
|
** =.config/hypr/theming.conf=
|
||||||
These are config files for .config/hypr
|
These are config files for .config/hypr
|
||||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/theming.conf :noweb tangle :mkdirp yes
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/theming.conf :noweb tangle :mkdirp yes :eval never
|
||||||
# Hyprland Catppuccin Mocha Theme (solid colors)
|
# Hyprland Catppuccin Mocha Theme (solid colors)
|
||||||
|
|
||||||
# Colors
|
# Colors
|
||||||
@@ -2308,7 +2308,7 @@ decoration {
|
|||||||
|
|
||||||
** =.config/hypr/window-rules.conf=
|
** =.config/hypr/window-rules.conf=
|
||||||
These are config files for .config/hypr
|
These are config files for .config/hypr
|
||||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/window-rules.conf :noweb tangle :mkdirp yes
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/window-rules.conf :noweb tangle :mkdirp yes :eval never
|
||||||
# Floating and centering nm-connection-editor
|
# Floating and centering nm-connection-editor
|
||||||
windowrule = float, nm-connection-editor
|
windowrule = float, nm-connection-editor
|
||||||
windowrule = move center, nm-connection-editor
|
windowrule = move center, nm-connection-editor
|
||||||
@@ -2328,7 +2328,7 @@ windowrulev2 = floatclass:Wofi,opacity:0.9,blur:15
|
|||||||
|
|
||||||
** =.config/hypr/workspace-rules.conf=
|
** =.config/hypr/workspace-rules.conf=
|
||||||
These are config files for .config/hypr
|
These are config files for .config/hypr
|
||||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/workspace-rules.conf :noweb tangle :mkdirp yes
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/workspace-rules.conf :noweb tangle :mkdirp yes :eval never
|
||||||
# Workspace definitions (modern syntax)
|
# Workspace definitions (modern syntax)
|
||||||
workspace = 1
|
workspace = 1
|
||||||
workspace = 2
|
workspace = 2
|
||||||
@@ -2363,7 +2363,7 @@ workspace {
|
|||||||
|
|
||||||
** =generated/modules/traveldroid/desktop/wallpaper.nix=
|
** =generated/modules/traveldroid/desktop/wallpaper.nix=
|
||||||
Setting up wallpaper engine + wallpaper gui
|
Setting up wallpaper engine + wallpaper gui
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/wallpaper.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/wallpaper.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ config, pkgs, lib, flakeRoot, ... }:
|
{ config, pkgs, lib, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -2413,7 +2413,7 @@ in
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/modules/traveldroid/desktop/stylix.nix=
|
** =generated/modules/traveldroid/desktop/stylix.nix=
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/stylix.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/stylix.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ lib, config, pkgs, flakeRoot, stylix, ... }:
|
{ lib, config, pkgs, flakeRoot, stylix, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -2504,7 +2504,7 @@ in
|
|||||||
|
|
||||||
** =.config/stylix/stylix.conf=
|
** =.config/stylix/stylix.conf=
|
||||||
These are config files for .config/stylix
|
These are config files for .config/stylix
|
||||||
#+BEGIN_SRC conf :tangle generated/.config/stylix/stylix.conf :noweb tangle :mkdirp yes
|
#+BEGIN_SRC conf :tangle generated/.config/stylix/stylix.conf :noweb tangle :mkdirp yes :eval never
|
||||||
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;
|
||||||
@@ -2537,7 +2537,7 @@ icons = {
|
|||||||
|
|
||||||
** =.config/stylix/palette.json=
|
** =.config/stylix/palette.json=
|
||||||
These are config files for .config/stylix
|
These are config files for .config/stylix
|
||||||
#+BEGIN_SRC json :tangle generated/.config/stylix/palette.json :noweb tangle :mkdirp yes
|
#+BEGIN_SRC json :tangle generated/.config/stylix/palette.json :noweb tangle :mkdirp yes :eval never
|
||||||
{
|
{
|
||||||
"base00": "1e1e2e",
|
"base00": "1e1e2e",
|
||||||
"base01": "181825",
|
"base01": "181825",
|
||||||
@@ -2563,7 +2563,7 @@ These are config files for .config/stylix
|
|||||||
|
|
||||||
** =.config/stylix/palette.html=
|
** =.config/stylix/palette.html=
|
||||||
These are config files for .config/stylix
|
These are config files for .config/stylix
|
||||||
#+BEGIN_SRC html :tangle generated/.config/stylix/palette.html :noweb tangle :mkdirp yes
|
#+BEGIN_SRC html :tangle generated/.config/stylix/palette.html :noweb tangle :mkdirp yes :eval never
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<style>
|
||||||
@@ -2637,7 +2637,7 @@ These are config files for .config/stylix
|
|||||||
|
|
||||||
** =generated/modules/traveldroid/desktop/waybar.nix=
|
** =generated/modules/traveldroid/desktop/waybar.nix=
|
||||||
This file installs and configures waybar
|
This file installs and configures waybar
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/waybar.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/waybar.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ lib, config, pkgs, flakeRoot, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -2686,7 +2686,7 @@ in
|
|||||||
|
|
||||||
** =.config/waybar/config=
|
** =.config/waybar/config=
|
||||||
These are config files for waybar
|
These are config files for waybar
|
||||||
#+BEGIN_SRC conf :tangle generated/.config/waybar/config :noweb tangle :mkdirp yes
|
#+BEGIN_SRC conf :tangle generated/.config/waybar/config :noweb tangle :mkdirp yes :eval never
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"height": 34,
|
"height": 34,
|
||||||
@@ -2805,7 +2805,7 @@ These are config files for waybar
|
|||||||
|
|
||||||
** =.config/waybar/style.css=
|
** =.config/waybar/style.css=
|
||||||
These are config files for waybar
|
These are config files for waybar
|
||||||
#+BEGIN_SRC css :tangle generated/.config/waybar/config :noweb tangle :mkdirp yes
|
#+BEGIN_SRC css :tangle generated/.config/waybar/config :noweb tangle :mkdirp yes :eval never
|
||||||
/* --- Hyprland palette (ported) --- */
|
/* --- Hyprland palette (ported) --- */
|
||||||
@define-color base rgba(30, 30, 46, 1.0); /* 1e1e2eff */
|
@define-color base rgba(30, 30, 46, 1.0); /* 1e1e2eff */
|
||||||
@define-color inactive rgba(89, 89, 89, 0.667); /* 595959aa */
|
@define-color inactive rgba(89, 89, 89, 0.667); /* 595959aa */
|
||||||
@@ -3038,7 +3038,7 @@ window#waybar {
|
|||||||
|
|
||||||
** =.config/waypaper/config.ini=
|
** =.config/waypaper/config.ini=
|
||||||
These are config files for waypaper
|
These are config files for waypaper
|
||||||
#+BEGIN_SRC conf :tangle generated/.config/waypaper/config.ini :noweb tangle :mkdirp yes
|
#+BEGIN_SRC conf :tangle generated/.config/waypaper/config.ini :noweb tangle :mkdirp yes :eval never
|
||||||
[Settings]
|
[Settings]
|
||||||
language = en
|
language = en
|
||||||
backend = swww
|
backend = swww
|
||||||
@@ -3070,7 +3070,7 @@ keybindings = ~/.config/waypaper/keybindings.ini
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/modules/traveldroid/desktop/wayland.nix=
|
** =generated/modules/traveldroid/desktop/wayland.nix=
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/wayland.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/wayland.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -3099,7 +3099,7 @@ keybindings = ~/.config/waypaper/keybindings.ini
|
|||||||
|
|
||||||
** =generated/modules/traveldroid/desktop/xdg.nix=
|
** =generated/modules/traveldroid/desktop/xdg.nix=
|
||||||
This sets the XDG implementation
|
This sets the XDG implementation
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/xdg.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/xdg.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ lib, config, pkgs, inputs, ... }:
|
{ lib, config, pkgs, inputs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -3148,7 +3148,7 @@ in
|
|||||||
* generated/modules/traveldroid/system
|
* generated/modules/traveldroid/system
|
||||||
|
|
||||||
** =generated/modules/traveldroid/system/bluetooth.nix=
|
** =generated/modules/traveldroid/system/bluetooth.nix=
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/system/bluetooth.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/system/bluetooth.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ lib, config, pkgs, flakeRoot, home-manager, ... }:
|
{ lib, config, pkgs, flakeRoot, home-manager, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -3188,7 +3188,7 @@ in
|
|||||||
|
|
||||||
** =generated/modules/traveldroid/system/dbus.nix=
|
** =generated/modules/traveldroid/system/dbus.nix=
|
||||||
This sets the dbus implementation
|
This sets the dbus implementation
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/system/dbus.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/system/dbus.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -3211,7 +3211,7 @@ 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
|
This sets up tuigreeter which is not fancy but imo fits the aesthetic I am aiming for
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/system/login-tuigreet.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/system/login-tuigreet.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -3261,7 +3261,7 @@ in
|
|||||||
|
|
||||||
** =generated/modules/traveldroid/system/networking.nix=
|
** =generated/modules/traveldroid/system/networking.nix=
|
||||||
This sets the networking.
|
This sets the networking.
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/system/networking.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/system/networking.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -3320,7 +3320,7 @@ This sets the networking.
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/modules/traveldroid/system/nix.nix=
|
** =generated/modules/traveldroid/system/nix.nix=
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/system/nix.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/system/nix.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ lib, config, ... }:
|
{ lib, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -3338,7 +3338,7 @@ This sets the networking.
|
|||||||
|
|
||||||
** =generated/users/copy_config_2_config.nix=
|
** =generated/users/copy_config_2_config.nix=
|
||||||
This copies stuff to the user home-folder
|
This copies stuff to the user home-folder
|
||||||
#+BEGIN_SRC nix :tangle generated/users/copy_config_2_config.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/users/copy_config_2_config.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ config, pkgs, lib, flakeRoot, ... }:
|
{ config, pkgs, lib, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -3385,7 +3385,7 @@ in
|
|||||||
|
|
||||||
** =generated/users/henrov.nix=
|
** =generated/users/henrov.nix=
|
||||||
This is the default user, just search and replace henrov another name if you want to change
|
This is the default user, just search and replace henrov another name if you want to change
|
||||||
#+BEGIN_SRC nix :tangle generated/users/henrov.nix :noweb tangle :mkdirp yes
|
#+BEGIN_SRC nix :tangle generated/users/henrov.nix :noweb tangle :mkdirp yes :eval never
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -3437,7 +3437,7 @@ in
|
|||||||
|
|
||||||
** =.config/waybar/style.css=
|
** =.config/waybar/style.css=
|
||||||
These are config files for .config/waybar
|
These are config files for .config/waybar
|
||||||
#+BEGIN_SRC css :tangle generated/.config/waybar/style.css :noweb tangle :mkdirp yes
|
#+BEGIN_SRC css :tangle generated/.config/waybar/style.css :noweb tangle :mkdirp yes :eval never
|
||||||
/* --- Hyprland palette (ported) --- */
|
/* --- Hyprland palette (ported) --- */
|
||||||
@define-color base rgba(30, 30, 46, 1.0); /* 1e1e2eff */
|
@define-color base rgba(30, 30, 46, 1.0); /* 1e1e2eff */
|
||||||
@define-color inactive rgba(89, 89, 89, 0.667); /* 595959aa */
|
@define-color inactive rgba(89, 89, 89, 0.667); /* 595959aa */
|
||||||
@@ -3667,7 +3667,7 @@ window#waybar {
|
|||||||
|
|
||||||
** =.config/waypaper/config.ini=
|
** =.config/waypaper/config.ini=
|
||||||
These are config files for .config/waypaper
|
These are config files for .config/waypaper
|
||||||
#+BEGIN_SRC conf :tangle generated/.config/waypaper/config.ini :noweb tangle :mkdirp yes
|
#+BEGIN_SRC conf :tangle generated/.config/waypaper/config.ini :noweb tangle :mkdirp yes :eval never
|
||||||
[Settings]
|
[Settings]
|
||||||
language = en
|
language = en
|
||||||
backend = swww
|
backend = swww
|
||||||
@@ -3702,7 +3702,7 @@ keybindings = ~/.config/waypaper/keybindings.ini
|
|||||||
|
|
||||||
** =.config/zed/settings.json=
|
** =.config/zed/settings.json=
|
||||||
These are config files for .config/zed
|
These are config files for .config/zed
|
||||||
#+BEGIN_SRC json :tangle generated/.config/zed/settings.json :noweb tangle :mkdirp yes
|
#+BEGIN_SRC json :tangle generated/.config/zed/settings.json :noweb tangle :mkdirp yes :eval never
|
||||||
// Zed settings
|
// Zed settings
|
||||||
//
|
//
|
||||||
// For information on how to configure Zed, see the Zed
|
// For information on how to configure Zed, see the Zed
|
||||||
|
|||||||
Reference in New Issue
Block a user