From 09a1bcf7771387565d0e1264bbf7663947cbb482 Mon Sep 17 00:00:00 2001 From: mokou Date: Thu, 4 Jun 2020 13:15:42 +0200 Subject: [PATCH] Add nix config and reduce sway gaps --- dot_config/fish/executable_config.fish | 5 +++++ dot_config/fish/executable_fishfile | 1 + dot_config/sway/config | 4 ++-- notes.org | 2 -- notes.org_archive | 21 +++++++++++++++++++++ 5 files changed, 29 insertions(+), 4 deletions(-) create mode 100644 notes.org_archive diff --git a/dot_config/fish/executable_config.fish b/dot_config/fish/executable_config.fish index ffb3376..0e4eb68 100644 --- a/dot_config/fish/executable_config.fish +++ b/dot_config/fish/executable_config.fish @@ -11,6 +11,11 @@ if test -z "$XDG_RUNTIME_DIR" end end +# Set Nix include path if it exists +if test -e ~/.nix-profile/etc/profile.d/nix.sh + fenv source ~/.nix-profile/etc/profile.d/nix.sh +end + # PATH adjustment setpath ~/.rbenv/shims setpath ~/.rbenv/bin diff --git a/dot_config/fish/executable_fishfile b/dot_config/fish/executable_fishfile index a839935..6985080 100644 --- a/dot_config/fish/executable_fishfile +++ b/dot_config/fish/executable_fishfile @@ -1,2 +1,3 @@ jethrokuan/z jorgebucaran/fish-nvm +oh-my-fish/plugin-foreign-env diff --git a/dot_config/sway/config b/dot_config/sway/config index f37026d..ddd8093 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config @@ -39,8 +39,8 @@ client.focused_inactive #282828 #282828 #ffffff #ffffff #282828 client.unfocused #282828 #282828 #888888 #ffffff #282828 # gaps -gaps inner 10 -gaps outer 10 +gaps inner 7 +gaps outer 7 # Hide cursor after a while (10 secs) seat seat0 hide_cursor 10000 diff --git a/notes.org b/notes.org index 676f339..e69de29 100644 --- a/notes.org +++ b/notes.org @@ -1,2 +0,0 @@ -* DONE Fix icons for battery gauge (source them from the character table) -* DONE Use a normal, dark theme diff --git a/notes.org_archive b/notes.org_archive new file mode 100644 index 0000000..b94c464 --- /dev/null +++ b/notes.org_archive @@ -0,0 +1,21 @@ +# -*- mode: org -*- + + +Archived entries from file /home/lu/.local/share/chezmoi/notes.org + + +* DONE Fix icons for battery gauge (source them from the character table) + :PROPERTIES: + :ARCHIVE_TIME: 2020-06-03 Wed 15:56 + :ARCHIVE_FILE: ~/.local/share/chezmoi/notes.org + :ARCHIVE_CATEGORY: notes + :ARCHIVE_TODO: DONE + :END: + +* DONE Use a normal, dark theme + :PROPERTIES: + :ARCHIVE_TIME: 2020-06-03 Wed 15:56 + :ARCHIVE_FILE: ~/.local/share/chezmoi/notes.org + :ARCHIVE_CATEGORY: notes + :ARCHIVE_TODO: DONE + :END: