diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-08 11:39:36 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-08 11:39:36 -0600 |
commit | b3dbe2982e9219d25a38e875da070d421ef418e1 (patch) | |
tree | d81f83f1770d977b0944747c0565cea0f8347c09 /common/.flake/home | |
parent | ed045012a57eb841a0dfb4124ee958b193fb8238 (diff) |
system changes
Diffstat (limited to 'common/.flake/home')
6 files changed, 0 insertions, 73 deletions
diff --git a/common/.flake/home/programs/alacritty.nix.org b/common/.flake/home/programs/alacritty.nix.org deleted file mode 100644 index 5249145..0000000 --- a/common/.flake/home/programs/alacritty.nix.org +++ /dev/null @@ -1,68 +0,0 @@ -#+title: Alacritty Configuration - -This is the configuration for Alacritty terminal emulator. -#+begin_src nix - { config, pkgs, ... }: - - { - programs.alacritty = { - enable = true; - settings = { -#+end_src - -Use no window decorations, slight transparency, small padding, and allow the =⌥= to work as =alt=. -#+begin_src nix - window = { - decorations = "None"; - opacity = 0.9; - padding = { - x = 6; - y = 6; - }; - option_as_alt = "Both"; - }; -#+end_src - -Use Source Code Pro (Nerd Font), size 14 as my font. -#+begin_src nix - font = { - normal = { - family = "SauceCodePro Nerd Font"; - style = "Regular"; - }; - size = 14; - }; -#+end_src - -Set colour scheme. -#+begin_src nix - colors = { - primary = { - background = "#ece0c9"; - foreground = "#191916"; - }; - normal = { - black = "#191916"; - red = "#ac4438"; - green = "#354d52"; - yellow = "#ba9151"; - blue = "#465b91"; - magenta = "#5b5489"; - cyan = "#4e6062"; - white = "#c9ad7a"; - }; - bright = { - black = "#293c3c"; - red = "#d8611c"; - green = "#4b7b53"; - yellow = "#d8974b"; - blue = "#2f3d91"; - magenta = "#735e82"; - cyan = "#6b8f92"; - white = "#ece0c9"; - }; - }; - }; - }; - } -#+end_src diff --git a/common/.flake/home/programs/emacs/force-custom-file.el.org b/common/.flake/home/programs/emacs/force-custom-file.el.org deleted file mode 120000 index 06a4dc7..0000000 --- a/common/.flake/home/programs/emacs/force-custom-file.el.org +++ /dev/null @@ -1 +0,0 @@ -../../../../../common/.config/emacs/force-custom-file.el.org
\ No newline at end of file diff --git a/common/.flake/home/programs/emacs/languages.el.org b/common/.flake/home/programs/emacs/languages.el.org deleted file mode 120000 index dd60c9f..0000000 --- a/common/.flake/home/programs/emacs/languages.el.org +++ /dev/null @@ -1 +0,0 @@ -../../../../../common/.config/emacs/languages.el.org
\ No newline at end of file diff --git a/common/.flake/home/programs/emacs/package-setup.el.org b/common/.flake/home/programs/emacs/package-setup.el.org deleted file mode 120000 index c0f3ead..0000000 --- a/common/.flake/home/programs/emacs/package-setup.el.org +++ /dev/null @@ -1 +0,0 @@ -../../../../../common/.config/emacs/package-setup.el.org
\ No newline at end of file diff --git a/common/.flake/home/programs/emacs/tools.el.org b/common/.flake/home/programs/emacs/tools.el.org deleted file mode 120000 index ff0296b..0000000 --- a/common/.flake/home/programs/emacs/tools.el.org +++ /dev/null @@ -1 +0,0 @@ -../../../../../common/.config/emacs/tools.el.org
\ No newline at end of file diff --git a/common/.flake/home/programs/emacs/user-interface.el.org b/common/.flake/home/programs/emacs/user-interface.el.org deleted file mode 120000 index 8a7f782..0000000 --- a/common/.flake/home/programs/emacs/user-interface.el.org +++ /dev/null @@ -1 +0,0 @@ -../../../../../common/.config/emacs/user-interface.el.org
\ No newline at end of file |