diff --git a/.config/environment b/.config/environment index 805283c..9b406a6 100644 --- a/.config/environment +++ b/.config/environment @@ -34,6 +34,8 @@ export MAKEFLAGS="-j$(grep -c ^processor /proc/cpuinfo)" export MOAR="--style=dracula" export MOZ_ENABLE_WAYLAND=1 +export NIXPKGS_ALLOW_UNFREE=1 + export PASSWORD_STORE_GENERATED_LENGTH='64' export PS1='\$ ' diff --git a/.config/hypr/.gitignore b/.config/hypr/.gitignore new file mode 100644 index 0000000..de23b55 --- /dev/null +++ b/.config/hypr/.gitignore @@ -0,0 +1 @@ +host.conf diff --git a/.config/hypr/host.conf b/.config/hypr/host.conf##hostname.portalo similarity index 100% rename from .config/hypr/host.conf rename to .config/hypr/host.conf##hostname.portalo diff --git a/.config/nvim/after/plugin/lualine.lua b/.config/nvim/after/plugin/lualine.lua index 16849cc..be570f1 100644 --- a/.config/nvim/after/plugin/lualine.lua +++ b/.config/nvim/after/plugin/lualine.lua @@ -14,7 +14,7 @@ require('lualine').setup({ 'filename', path = 1, } }, - lualine_x = { 'encoding', '%<0x%B', 'fileformat' }, + lualine_x = { 'encoding', '%<0x%B', 'filesize', 'fileformat' }, lualine_y = { 'filetype' }, lualine_z = { 'location', window } }, diff --git a/.local/share/yadm/archive b/.local/share/yadm/archive index 0bb744e..2069663 100644 Binary files a/.local/share/yadm/archive and b/.local/share/yadm/archive differ