Regenerated
This commit is contained in:
+59
-59
@@ -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 :eval never-html
|
#+BEGIN_SRC nix :tangle flake.nix :noweb tangle :mkdirp yes
|
||||||
{
|
{
|
||||||
description = "Droidnix: A dendritic NixOS + Home Manager configuration";
|
description = "Droidnix: A dendritic NixOS + Home Manager configuration";
|
||||||
|
|
||||||
@@ -118,7 +118,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/hosts/traveldroid/host.nix :noweb tangle :mkdirp yes
|
||||||
{ lib, config, pkgs, flakeRoot, import-tree, home-manager, ... }:
|
{ lib, config, pkgs, flakeRoot, import-tree, home-manager, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -176,7 +176,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/hosts/traveldroid/hardware-configuration.nix :noweb tangle :mkdirp yes
|
||||||
{
|
{
|
||||||
hostname,
|
hostname,
|
||||||
pkgs,
|
pkgs,
|
||||||
@@ -227,7 +227,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/hosts/traveldroid/boot.nix :noweb tangle :mkdirp yes
|
||||||
{ config, pkgs, lib, flakeRoot, ... }:
|
{ config, pkgs, lib, flakeRoot, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -282,7 +282,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/packages.nix :noweb tangle :mkdirp yes
|
||||||
{ lib, config, pkgs, flakeRoot, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -342,7 +342,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 :eval never-html
|
#+BEGIN_SRC conf :tangle generated/assets/packages.conf :noweb tangle :mkdirp yes
|
||||||
#productivity
|
#productivity
|
||||||
todoist
|
todoist
|
||||||
|
|
||||||
@@ -399,7 +399,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/kitty.nix :noweb tangle :mkdirp yes
|
||||||
{ lib, pkgs, config, flakeRoot,... }:
|
{ lib, pkgs, config, flakeRoot,... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -457,7 +457,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 :eval never-html
|
#+BEGIN_SRC conf :tangle generated/.config/kitty/Catppuccin-Mocha.conf :noweb tangle :mkdirp yes
|
||||||
# vim:ft=kitty
|
# vim:ft=kitty
|
||||||
## name: Catppuccin Kitty Mocha
|
## name: Catppuccin Kitty Mocha
|
||||||
## author: Catppuccin Org
|
## author: Catppuccin Org
|
||||||
@@ -544,7 +544,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 :eval never-html
|
#+BEGIN_SRC conf :tangle generated/.config/kitty/kitty.conf :noweb tangle :mkdirp yes
|
||||||
|
|
||||||
shell_integration no-rc
|
shell_integration no-rc
|
||||||
include Catppuccin-Mocha.conf
|
include Catppuccin-Mocha.conf
|
||||||
@@ -562,7 +562,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/starship.nix :noweb tangle :mkdirp yes
|
||||||
{ lib, config, pkgs, flakeRoot, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -598,7 +598,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 :eval never-html
|
#+BEGIN_SRC toml :tangle generated/.config/starship.toml :noweb tangle :mkdirp yes
|
||||||
"$schema" = 'https://starship.rs/config-schema.json'
|
"$schema" = 'https://starship.rs/config-schema.json'
|
||||||
|
|
||||||
format = """
|
format = """
|
||||||
@@ -883,7 +883,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/thunar.nix :noweb tangle :mkdirp yes
|
||||||
{ pkgs, config, lib, ... }:
|
{ pkgs, config, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -920,7 +920,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/wofi.nix :noweb tangle :mkdirp yes
|
||||||
{ lib, config, pkgs, flakeRoot, home-manager, ... }:
|
{ lib, config, pkgs, flakeRoot, home-manager, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -964,7 +964,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 :eval never-html
|
#+BEGIN_SRC css :tangle generated/.config/wofi/config :noweb tangle :mkdirp yes
|
||||||
[global]
|
[global]
|
||||||
allow_images = true
|
allow_images = true
|
||||||
allow_markup = true
|
allow_markup = true
|
||||||
@@ -1007,7 +1007,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 :eval never-html
|
#+BEGIN_SRC css :tangle generated/.config/wofi/style.css :noweb tangle :mkdirp yes
|
||||||
/* 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 */
|
||||||
@@ -1092,7 +1092,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/zenbrowser.nix :noweb tangle :mkdirp yes
|
||||||
{ config, pkgs, lib, zen-browser, ... }:
|
{ config, pkgs, lib, zen-browser, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -1108,7 +1108,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/zsh.nix :noweb tangle :mkdirp yes
|
||||||
{ config, pkgs, lib, flakeRoot, ... }:
|
{ config, pkgs, lib, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -1160,7 +1160,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 :eval never-html
|
#+BEGIN_SRC bash :tangle generated/.config/zsh/.zshrc :noweb tangle :mkdirp yes
|
||||||
# Catppuccin Mocha colors
|
# Catppuccin Mocha colors
|
||||||
local mocha_base="#1E1E2E"
|
local mocha_base="#1E1E2E"
|
||||||
local mocha_surface0="#313244"
|
local mocha_surface0="#313244"
|
||||||
@@ -1191,7 +1191,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/emacs/emacs.nix :noweb tangle :mkdirp yes
|
||||||
{ lib, pkgs, flakeRoot, home-manager, config, ... }:
|
{ lib, pkgs, flakeRoot, home-manager, config, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -1273,7 +1273,7 @@ in
|
|||||||
|
|
||||||
** =generated/.config/emacs/early-init.el=
|
** =generated/.config/emacs/early-init.el=
|
||||||
This contaions emacs
|
This contaions emacs
|
||||||
#+BEGIN_SRC el :tangle generated/.config/emacs/early-init.el :noweb tangle :mkdirp yes :eval never-html
|
#+BEGIN_SRC el :tangle generated/.config/emacs/early-init.el :noweb tangle :mkdirp yes
|
||||||
;;; 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
|
||||||
@@ -1370,7 +1370,7 @@ package-archive-priorities '(("gnu" . 99)
|
|||||||
|
|
||||||
** =generated/.config/emacs/init.el=
|
** =generated/.config/emacs/init.el=
|
||||||
This contaions emacs
|
This contaions emacs
|
||||||
#+BEGIN_SRC el :tangle generated/.config/emacs/init.el :noweb tangle :mkdirp yes :eval never-html
|
#+BEGIN_SRC el :tangle generated/.config/emacs/init.el :noweb tangle :mkdirp yes
|
||||||
;;; package --- Summary - My minimal Emacs init file -*- lexical-binding: t -*-
|
;;; package --- Summary - My minimal Emacs init file -*- lexical-binding: t -*-
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
@@ -1777,7 +1777,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/fonts.nix :noweb tangle :mkdirp yes
|
||||||
{ lib, pkgs, config, ... }:
|
{ lib, pkgs, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -1791,7 +1791,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/gtk.nix :noweb tangle :mkdirp yes
|
||||||
{ pkgs, config, lib, ... }:
|
{ pkgs, config, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -1813,7 +1813,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/hyprland.nix :noweb tangle :mkdirp yes
|
||||||
{ lib, config, pkgs, flakeRoot, home-manager, inputs, ... }:
|
{ lib, config, pkgs, flakeRoot, home-manager, inputs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -1856,7 +1856,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 :eval never-html
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/animations.conf :noweb tangle :mkdirp yes
|
||||||
# ./assets/conf/desktop/hypr/animations.conf
|
# ./assets/conf/desktop/hypr/animations.conf
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
@@ -1873,7 +1873,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 :eval never-html
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/behaviour.conf :noweb tangle :mkdirp yes
|
||||||
# Keyboard and mouse settings
|
# Keyboard and mouse settings
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
@@ -1911,7 +1911,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 :eval never-html
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/bindings.conf :noweb tangle :mkdirp yes
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
|
|
||||||
# use walker to show exec menu
|
# use walker to show exec menu
|
||||||
@@ -2070,7 +2070,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 :eval never-html
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/exec-once.conf :noweb tangle :mkdirp yes
|
||||||
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
|
||||||
@@ -2080,7 +2080,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 :eval never-html
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/hypridle.conf :noweb tangle :mkdirp yes
|
||||||
general {
|
general {
|
||||||
lock_cmd = hyprlock
|
lock_cmd = hyprlock
|
||||||
after_sleep_cmd = hyprctl dispatch dpms on
|
after_sleep_cmd = hyprctl dispatch dpms on
|
||||||
@@ -2101,7 +2101,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 :eval never-html
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/hyprland.conf :noweb tangle :mkdirp yes
|
||||||
source = ./theming.conf
|
source = ./theming.conf
|
||||||
source = ./animations.conf
|
source = ./animations.conf
|
||||||
source = ./bindings.conf
|
source = ./bindings.conf
|
||||||
@@ -2144,7 +2144,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 :eval never-html
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/hyprlock.conf :noweb tangle :mkdirp yes
|
||||||
# ~/.config/hypr/hyprlock.conf
|
# ~/.config/hypr/hyprlock.conf
|
||||||
|
|
||||||
general {
|
general {
|
||||||
@@ -2181,7 +2181,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 :eval never-html
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/layer-rules.conf :noweb tangle :mkdirp yes
|
||||||
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
|
||||||
@@ -2192,20 +2192,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 :eval never-html
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/layout.conf :noweb tangle :mkdirp yes
|
||||||
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 :eval never-html
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/monitor-rules.conf :noweb tangle :mkdirp yes
|
||||||
# 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 :eval never-html
|
#+BEGIN_SRC bash :tangle generated/.config/hypr/scripts/layout-selector.sh :noweb tangle :mkdirp yes
|
||||||
#!/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
|
||||||
@@ -2244,7 +2244,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 :eval never-html
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/theming.conf :noweb tangle :mkdirp yes
|
||||||
# Hyprland Catppuccin Mocha Theme (solid colors)
|
# Hyprland Catppuccin Mocha Theme (solid colors)
|
||||||
|
|
||||||
# Colors
|
# Colors
|
||||||
@@ -2289,7 +2289,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 :eval never-html
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/window-rules.conf :noweb tangle :mkdirp yes
|
||||||
# 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
|
||||||
@@ -2309,7 +2309,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 :eval never-html
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/workspace-rules.conf :noweb tangle :mkdirp yes
|
||||||
# Workspace definitions (modern syntax)
|
# Workspace definitions (modern syntax)
|
||||||
workspace = 1
|
workspace = 1
|
||||||
workspace = 2
|
workspace = 2
|
||||||
@@ -2344,7 +2344,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/wallpaper.nix :noweb tangle :mkdirp yes
|
||||||
{ config, pkgs, lib, flakeRoot, ... }:
|
{ config, pkgs, lib, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -2394,7 +2394,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/stylix.nix :noweb tangle :mkdirp yes
|
||||||
{ lib, config, pkgs, flakeRoot, stylix, ... }:
|
{ lib, config, pkgs, flakeRoot, stylix, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -2485,7 +2485,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 :eval never-html
|
#+BEGIN_SRC conf :tangle generated/.config/stylix/stylix.conf :noweb tangle :mkdirp yes
|
||||||
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;
|
||||||
@@ -2518,7 +2518,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 :eval never-html
|
#+BEGIN_SRC json :tangle generated/.config/stylix/palette.json :noweb tangle :mkdirp yes
|
||||||
{
|
{
|
||||||
"base00": "1e1e2e",
|
"base00": "1e1e2e",
|
||||||
"base01": "181825",
|
"base01": "181825",
|
||||||
@@ -2544,7 +2544,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 :eval never-html
|
#+BEGIN_SRC html :tangle generated/.config/stylix/palette.html :noweb tangle :mkdirp yes
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<style>
|
||||||
@@ -2618,7 +2618,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/waybar.nix :noweb tangle :mkdirp yes
|
||||||
{ lib, config, pkgs, flakeRoot, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -2667,7 +2667,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 :eval never-html
|
#+BEGIN_SRC conf :tangle generated/.config/waybar/config :noweb tangle :mkdirp yes
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"height": 34,
|
"height": 34,
|
||||||
@@ -2786,7 +2786,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 :eval never-html
|
#+BEGIN_SRC css :tangle generated/.config/waybar/config :noweb tangle :mkdirp yes
|
||||||
/* --- 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 */
|
||||||
@@ -3019,7 +3019,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 :eval never-html
|
#+BEGIN_SRC conf :tangle generated/.config/waypaper/config.ini :noweb tangle :mkdirp yes
|
||||||
[Settings]
|
[Settings]
|
||||||
language = en
|
language = en
|
||||||
backend = swww
|
backend = swww
|
||||||
@@ -3051,7 +3051,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/wayland.nix :noweb tangle :mkdirp yes
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -3080,7 +3080,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/xdg.nix :noweb tangle :mkdirp yes
|
||||||
{ lib, config, pkgs, inputs, ... }:
|
{ lib, config, pkgs, inputs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -3129,7 +3129,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/system/bluetooth.nix :noweb tangle :mkdirp yes
|
||||||
{ lib, config, pkgs, flakeRoot, home-manager, ... }:
|
{ lib, config, pkgs, flakeRoot, home-manager, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -3169,7 +3169,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/system/dbus.nix :noweb tangle :mkdirp yes
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -3192,7 +3192,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/system/login-tuigreet.nix :noweb tangle :mkdirp yes
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -3242,7 +3242,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/system/networking.nix :noweb tangle :mkdirp yes
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -3301,7 +3301,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/system/nix.nix :noweb tangle :mkdirp yes
|
||||||
{ lib, config, ... }:
|
{ lib, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -3318,7 +3318,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/users/copy_config_2_config.nix :noweb tangle :mkdirp yes
|
||||||
{ config, pkgs, lib, flakeRoot, ... }:
|
{ config, pkgs, lib, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -3365,7 +3365,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 :eval never-html
|
#+BEGIN_SRC nix :tangle generated/users/henrov.nix :noweb tangle :mkdirp yes
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -3417,7 +3417,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 :eval never-html
|
#+BEGIN_SRC css :tangle generated/.config/waybar/style.css :noweb tangle :mkdirp yes
|
||||||
/* --- 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 */
|
||||||
@@ -3647,7 +3647,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 :eval never-html
|
#+BEGIN_SRC conf :tangle generated/.config/waypaper/config.ini :noweb tangle :mkdirp yes
|
||||||
[Settings]
|
[Settings]
|
||||||
language = en
|
language = en
|
||||||
backend = swww
|
backend = swww
|
||||||
@@ -3682,7 +3682,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 :eval never-html
|
#+BEGIN_SRC json :tangle generated/.config/zed/settings.json :noweb tangle :mkdirp yes
|
||||||
// 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