diff --git a/homes/emenel/default.nix b/homes/emenel/default.nix index fe86fd6..c9d8471 100644 --- a/homes/emenel/default.nix +++ b/homes/emenel/default.nix @@ -33,10 +33,8 @@ xorg.libxcb freetype - fstl dbus - alsa-oss sops ispell diff --git a/homes/emenel/dotfiles/dot_config/wezterm/wezterm.lua b/homes/emenel/dotfiles/dot_config/wezterm/wezterm.lua index 2fc4452..b7750ba 100644 --- a/homes/emenel/dotfiles/dot_config/wezterm/wezterm.lua +++ b/homes/emenel/dotfiles/dot_config/wezterm/wezterm.lua @@ -57,25 +57,25 @@ config.color_scheme = 'One Half Black (Gogh)' -- config.color_scheme = 'Afterglow' config.colors = { -- background = "#111111", - tab_bar = { - background = "#111111", - inactive_tab = { - fg_color = "#444444", - bg_color = "#111111" - } - } + -- tab_bar = { + -- background = "#111111", + -- inactive_tab = { + -- fg_color = "#444444", + -- bg_color = "#111111" + -- } + -- } } -config.background = { - { - source = { - Color = '#111111' - }, - width = "100%", - height = "100%", - opacity = 1 - } -} +-- config.background = { +-- { +-- source = { +-- Color = '#111111' +-- }, +-- width = "100%", +-- height = "100%", +-- opacity = 1 +-- } +-- } config.window_decorations = "RESIZE" @@ -160,23 +160,28 @@ config.keys = { tabline.setup({ options = { theme_overrides = { - background = "#111111", + background = "#282c34", tab = { active = { fg = '#eeeeee', bg = '#111111' }, - inactive = { fg = '#999999', bg = '#222222' }, - inactive_hover = { fg = '#cccccc', bg = '#222222' }, + inactive = { fg = '#979eab', bg = '#282c34' }, + inactive_hover = { fg = '#cccccc', bg = '#282c34' }, }, normal_mode = { - a = { bg = "#222222", fg = "#eeeeee" }, - b = { bg = "#222222", fg = "#eeeeee" }, - c = { bg = "#222222", fg = "#eeeeee" }, - x = { bg = "#222222", fg = "#eeeeee" }, - y = { bg = "#222222", fg = "#eeeeee" }, - z = { bg = "#222222", fg = "#eeeeee" }, + a = { bg = "#282c34", fg = "#eeeeee" }, + b = { bg = "#282c34", fg = "#eeeeee" }, + c = { bg = "#282c34", fg = "#eeeeee" }, + x = { bg = "#282c34", fg = "#eeeeee" }, + y = { bg = "#282c34", fg = "#eeeeee" }, + z = { bg = "#282c34", fg = "#eeeeee" }, }, copy_mode = { - b = { bg = "#222222", fg = "#eeeeee" } - } + a = { bg = "#e5c07b", fg = "#282c34" }, + b = { bg = "#282c34", fg = "#eeeeee" }, + c = { bg = "#282c34", fg = "#eeeeee" }, + x = { bg = "#282c34", fg = "#eeeeee" }, + y = { bg = "#282c34", fg = "#eeeeee" }, + z = { bg = "#e5c07b", fg = "#282c34" }, + }, }, section_separators = { left = " ", diff --git a/hosts/eddie/configuration.nix b/hosts/eddie/configuration.nix index e19cb6c..320cc8d 100644 --- a/hosts/eddie/configuration.nix +++ b/hosts/eddie/configuration.nix @@ -64,8 +64,8 @@ gnupg clinfo alsa-utils + alsa-oss psutils - alsa-tools util-linux libgtop ulauncher diff --git a/modules/home/desktop.nix b/modules/home/desktop.nix index 7ac2006..2b1bfa1 100644 --- a/modules/home/desktop.nix +++ b/modules/home/desktop.nix @@ -111,17 +111,13 @@ coppwr clapper ardour - oculante - farge halloy paleta - wayback protonplus - - + fstl ]; home.pointerCursor = { diff --git a/modules/home/music.nix b/modules/home/music.nix index 77c4366..815224a 100644 --- a/modules/home/music.nix +++ b/modules/home/music.nix @@ -62,6 +62,14 @@ }; }; + xdg.desktopEntries = { + bitwig-labwc = { + name = "Bitwig (labwc)"; + exec = "labwc - S bitwig-studio"; + categories = [ "Application" "Audio" "Music" ]; + }; + }; + home.file.".local/share/The Usual Suspects/Vavra" = { recursive = true; source = ../../packages/the-usual-suspects/vavra; diff --git a/modules/home/shell-conf.nix b/modules/home/shell-conf.nix index e7e3676..6fbbfad 100644 --- a/modules/home/shell-conf.nix +++ b/modules/home/shell-conf.nix @@ -104,6 +104,8 @@ poppler_utils + faircamp + ]; programs = {