~spacekookie/public-inbox

The best patchset in the universe v1 PROPOSED

(if you have no idea what the fuck this thread is, don't worry - I'm
doing a humour on my blog)

To who it may concearn,

I have created the most magnificent patch set in the history of the
universe and I really think you should merge it because otherwise
you'd be a git.

Cheers,
me!


Katharina Fey (2):
  ws: adding gpg submodule by default
  ws/kitty: setting default shell to tmux

 modules/workstation/default.nix      | 1 +
 modules/workstation/kitty/kitty.conf | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

-- 
2.24.1
A comment on this commit:
Next
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~spacekookie/public-inbox/patches/9524/mbox | git am -3
Learn more about email & git

[PATCH 1/2] ws: adding gpg submodule by default Export this patch

---
 modules/workstation/default.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/workstation/default.nix b/modules/workstation/default.nix
index 077eae4bbc8..e330a801484 100644
--- a/modules/workstation/default.nix
+++ b/modules/workstation/default.nix
@@ -24,6 +24,7 @@
  };
  
  imports = [
    ./gpg
    ./graphics
    ./hardware
    ./mail
-- 
2.24.1

[PATCH v2] ws/kitty: setting default shell to tmux Export this patch

---
 modules/workstation/kitty/kitty.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/workstation/kitty/kitty.conf b/modules/workstation/kitty/kitty.conf
index ab8c6a059f7..3fbb8fa98c7 100644
--- a/modules/workstation/kitty/kitty.conf
+++ b/modules/workstation/kitty/kitty.conf
@@ -1,10 +1,10 @@
font_size 10
font_familt twemoji-color-font

open_url_modifiers ctrl+shift
open_url_with default

term xterm-256color
shell tmux -f ~/.config/tmux/tmux.conf

background_opacity   0.85

-- 
2.24.1

[PATCH 2/2] ws/kitty: setting default shell to tmux Export this patch

---
 modules/workstation/kitty/kitty.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/workstation/kitty/kitty.conf b/modules/workstation/kitty/kitty.conf
index ab8c6a059f7..65c2ed15e7b 100644
--- a/modules/workstation/kitty/kitty.conf
+++ b/modules/workstation/kitty/kitty.conf
@@ -1,10 +1,11 @@
font_size 10
font_familt twemoji-color-font
font_family twemoji-color-font

open_url_modifiers ctrl+shift
open_url_with default

term xterm-256color
shell tmux -f ~/.config/tmux/tmux.conf

background_opacity   0.85

-- 
2.24.1
A comment on this commit: