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