From 4e6480d9a078d0ac16f793b72d7552aeb0216025 Mon Sep 17 00:00:00 2001 From: lulusilly Date: Fri, 26 Dec 2025 08:18:30 -0400 Subject: [PATCH] dotfiles working now! yippee --- nix/hosts/{dots => dotfiles}/.emacs.d/init.el | 0 nix/hosts/{dots => dotfiles}/ghostty/config | 0 nix/hosts/{dots => dotfiles}/hypr/bg.jpg | Bin nix/hosts/{dots => dotfiles}/hypr/hyprland.conf | 0 nix/hosts/{dots => dotfiles}/hypr/start.sh | 0 nix/hosts/{dots => dotfiles}/mpv/mpv.conf | 0 nix/hosts/{dots => dotfiles}/neofetch/config.conf | 2 +- nix/hosts/{dots => dotfiles}/nvim/init.lua | 6 +++--- nix/hosts/{dots => dotfiles}/waybar/config | 0 nix/hosts/{dots => dotfiles}/waybar/style.css | 0 nix/hosts/home.nix | 2 +- 11 files changed, 5 insertions(+), 5 deletions(-) rename nix/hosts/{dots => dotfiles}/.emacs.d/init.el (100%) rename nix/hosts/{dots => dotfiles}/ghostty/config (100%) rename nix/hosts/{dots => dotfiles}/hypr/bg.jpg (100%) rename nix/hosts/{dots => dotfiles}/hypr/hyprland.conf (100%) rename nix/hosts/{dots => dotfiles}/hypr/start.sh (100%) rename nix/hosts/{dots => dotfiles}/mpv/mpv.conf (100%) rename nix/hosts/{dots => dotfiles}/neofetch/config.conf (99%) rename nix/hosts/{dots => dotfiles}/nvim/init.lua (96%) rename nix/hosts/{dots => dotfiles}/waybar/config (100%) rename nix/hosts/{dots => dotfiles}/waybar/style.css (100%) diff --git a/nix/hosts/dots/.emacs.d/init.el b/nix/hosts/dotfiles/.emacs.d/init.el similarity index 100% rename from nix/hosts/dots/.emacs.d/init.el rename to nix/hosts/dotfiles/.emacs.d/init.el diff --git a/nix/hosts/dots/ghostty/config b/nix/hosts/dotfiles/ghostty/config similarity index 100% rename from nix/hosts/dots/ghostty/config rename to nix/hosts/dotfiles/ghostty/config diff --git a/nix/hosts/dots/hypr/bg.jpg b/nix/hosts/dotfiles/hypr/bg.jpg similarity index 100% rename from nix/hosts/dots/hypr/bg.jpg rename to nix/hosts/dotfiles/hypr/bg.jpg diff --git a/nix/hosts/dots/hypr/hyprland.conf b/nix/hosts/dotfiles/hypr/hyprland.conf similarity index 100% rename from nix/hosts/dots/hypr/hyprland.conf rename to nix/hosts/dotfiles/hypr/hyprland.conf diff --git a/nix/hosts/dots/hypr/start.sh b/nix/hosts/dotfiles/hypr/start.sh similarity index 100% rename from nix/hosts/dots/hypr/start.sh rename to nix/hosts/dotfiles/hypr/start.sh diff --git a/nix/hosts/dots/mpv/mpv.conf b/nix/hosts/dotfiles/mpv/mpv.conf similarity index 100% rename from nix/hosts/dots/mpv/mpv.conf rename to nix/hosts/dotfiles/mpv/mpv.conf diff --git a/nix/hosts/dots/neofetch/config.conf b/nix/hosts/dotfiles/neofetch/config.conf similarity index 99% rename from nix/hosts/dots/neofetch/config.conf rename to nix/hosts/dotfiles/neofetch/config.conf index cedbb9e..c11bafe 100755 --- a/nix/hosts/dots/neofetch/config.conf +++ b/nix/hosts/dotfiles/neofetch/config.conf @@ -758,7 +758,7 @@ image_source="auto" # Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian, # postmarketOS, and Void have a smaller logo variant. # Use '{distro name}_small' to use the small variants. -ascii_distro="GNU" +ascii_distro="auto" # Ascii Colors # diff --git a/nix/hosts/dots/nvim/init.lua b/nix/hosts/dotfiles/nvim/init.lua similarity index 96% rename from nix/hosts/dots/nvim/init.lua rename to nix/hosts/dotfiles/nvim/init.lua index 656a2d0..7df8444 100755 --- a/nix/hosts/dots/nvim/init.lua +++ b/nix/hosts/dotfiles/nvim/init.lua @@ -72,11 +72,11 @@ require('transparent').setup({ }, }) -- Treesitter configuration. -require("nvim-treesitter.configs").setup({ - highlight = { enable = true }, +-- require("nvim-treesitter.configs").setup({ +-- highlight = { enable = true }, -- You can specify languages to install with `ensure_installed`. -- e.g., ensure_installed = { "lua", "python", "javascript" }, -}) +-- }) -- Autocomplete (cmp) configuration. local cmp = require("cmp") cmp.setup({ diff --git a/nix/hosts/dots/waybar/config b/nix/hosts/dotfiles/waybar/config similarity index 100% rename from nix/hosts/dots/waybar/config rename to nix/hosts/dotfiles/waybar/config diff --git a/nix/hosts/dots/waybar/style.css b/nix/hosts/dotfiles/waybar/style.css similarity index 100% rename from nix/hosts/dots/waybar/style.css rename to nix/hosts/dotfiles/waybar/style.css diff --git a/nix/hosts/home.nix b/nix/hosts/home.nix index c166d88..2f7fe63 100755 --- a/nix/hosts/home.nix +++ b/nix/hosts/home.nix @@ -133,7 +133,7 @@ # MPV ".config/mpv/mpv.conf" .source = dotfiles/mpv/mpv.conf; # Btop - ".config/btop/btop.conf" .source = dotfiles/btop/btop.conf; + # ".config/btop/btop.conf" .source = dotfiles/btop/btop.conf; # Neofetch ".config/neofetch/config.conf" .source = dotfiles/neofetch/config.conf; # Hyprland