mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
pre nixification
This commit is contained in:
parent
5c989aad17
commit
a10fe2a643
2 changed files with 6 additions and 2 deletions
|
@ -75,3 +75,7 @@ end
|
|||
set -x EDITOR "nvim"
|
||||
set -x FFF_TRASH_CMD "trash" # make fff's trash function use trash-cli
|
||||
|
||||
fenv source '$HOME/.nix-profile/etc/profile.d/nix.sh'
|
||||
#bass source '$HOME/.nix-profile/etc/profile.d/nix.sh' &
|
||||
set -g NIX_PATH "$HOME/.nix-defexpr/channels:$NIX_PATH"
|
||||
fenv source "$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh"
|
||||
|
|
|
@ -205,8 +205,8 @@ myLayout = avoidStruts
|
|||
||| (rename "Horizon" $ spacingAndGaps $ mouseResizableTileMirrored {draggerType = BordersDragger}))
|
||||
|
||||
rename n = renamed [Replace n]
|
||||
spacingAndGaps = let intGap = 10 :: Integer
|
||||
border = Border intGap intGap intGap intGap
|
||||
spacingAndGaps = let gap = 10
|
||||
border = Border gap gap gap gap
|
||||
in spacingRaw False border True border True
|
||||
|
||||
-- | transform a layout into supporting tabs
|
||||
|
|
Loading…
Reference in a new issue