Removed comments & mercury tailscale key
This commit is contained in:
@@ -1,17 +1,5 @@
|
||||
{ lib, pkgs, config, inputs, ... }:
|
||||
|
||||
# Hyprland config migrated from github.com/darman96/hyprland-dotfiles into
|
||||
# home-manager's lua-style `settings` (each attr becomes an `hl.<name>(...)`
|
||||
# call in hyprland.lua). Imported by home.nix; system-level enable lives in
|
||||
# ../../services/desktop/desktop-hyprland.nix.
|
||||
#
|
||||
# Not migrated: hyprbars (unpackaged plugin; its successor hypr-chrome is
|
||||
# wired in below instead), hyprqt6engine (conflicts with home.nix's qtct/
|
||||
# Dracula Qt theming), hyprlock (use programs.hyprlock), the old wob volume
|
||||
# overlay (kept only wpctl/playerctl), and Arch-specific env vars. Several
|
||||
# binds reference apps not yet packaged here (vivaldi-stable, dolphin,
|
||||
# vicinae, grimblast, waypaper, discord, gitkraken, qbz).
|
||||
|
||||
let
|
||||
lua = lib.generators.mkLuaInline;
|
||||
|
||||
@@ -24,7 +12,6 @@ let
|
||||
# Wallpapers aren't checked into this repo (binaries) — pulled from the
|
||||
# Wallhaven library on /mnt/hdd_01. Picked once here since hyprpaper has
|
||||
# no built-in "random" mode.
|
||||
# wallpaper = "/mnt/hdd_01/data/Pictures/Wallhaven/wallhaven-ym81rl.png";
|
||||
wallpaper = "/mnt/hdd_01/data/Pictures/Wallhaven/wallhaven-mlwz78.png";
|
||||
|
||||
# Dispatchers → the new hl.dsp.* API (signatures verified against hyprland
|
||||
@@ -106,7 +93,7 @@ in
|
||||
debug.disable_logs = false;
|
||||
|
||||
general = {
|
||||
border_size = 2;
|
||||
border_size = 1;
|
||||
col = {
|
||||
inactive_border = lua "bg_accent";
|
||||
active_border = {
|
||||
|
||||
Reference in New Issue
Block a user