Update configs
This commit is contained in:
parent
e6a3176cdd
commit
71e16c7c33
5 changed files with 4 additions and 1 deletions
|
@ -34,6 +34,8 @@ export MAKEFLAGS="-j$(grep -c ^processor /proc/cpuinfo)"
|
||||||
export MOAR="--style=dracula"
|
export MOAR="--style=dracula"
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
|
|
||||||
|
export NIXPKGS_ALLOW_UNFREE=1
|
||||||
|
|
||||||
export PASSWORD_STORE_GENERATED_LENGTH='64'
|
export PASSWORD_STORE_GENERATED_LENGTH='64'
|
||||||
export PS1='\$ '
|
export PS1='\$ '
|
||||||
|
|
||||||
|
|
1
.config/hypr/.gitignore
vendored
Normal file
1
.config/hypr/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
host.conf
|
|
@ -14,7 +14,7 @@ require('lualine').setup({
|
||||||
'filename',
|
'filename',
|
||||||
path = 1,
|
path = 1,
|
||||||
} },
|
} },
|
||||||
lualine_x = { 'encoding', '%<0x%B', 'fileformat' },
|
lualine_x = { 'encoding', '%<0x%B', 'filesize', 'fileformat' },
|
||||||
lualine_y = { 'filetype' },
|
lualine_y = { 'filetype' },
|
||||||
lualine_z = { 'location', window }
|
lualine_z = { 'location', window }
|
||||||
},
|
},
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue