diff --git a/flake.nix b/flake.nix index b30ceea..bea8e07 100644 --- a/flake.nix +++ b/flake.nix @@ -50,7 +50,7 @@ inputs.nvim-traxys.overlay."${system}" inputs.nix-alien.overlay inputs.comma.overlays.default - inputs.poetry2nix.overlay + inputs.poetry2nix.overlay (final: prev: { oscclip = prev.poetry2nix.mkPoetryApplication { projectDir = inputs.oscclip; diff --git a/git/default.nix b/git/default.nix index b69195a..dfe8f1a 100644 --- a/git/default.nix +++ b/git/default.nix @@ -27,7 +27,7 @@ }; aliases = { ri = "rebase -i"; - amend = "commit --amend"; + amend = "commit --amend"; }; }; diff --git a/graphical.nix b/graphical.nix index 3fd19b8..7e5172b 100644 --- a/graphical.nix +++ b/graphical.nix @@ -22,8 +22,8 @@ pavucontrol vlc spotify - krita - gromit-mpx + krita + gromit-mpx # Libreoffice libreoffice @@ -34,7 +34,7 @@ # Misc progs bitwarden libreoffice-fresh - plasma5Packages.kdeconnect-kde + plasma5Packages.kdeconnect-kde # Misc utils wl-clipboard diff --git a/home.nix b/home.nix index c702344..328a684 100644 --- a/home.nix +++ b/home.nix @@ -38,7 +38,7 @@ in { kabalist_cli comma raclette - oscclip + oscclip ]; services = { diff --git a/wm/terminal/default.nix b/wm/terminal/default.nix index d50759a..b68b302 100644 --- a/wm/terminal/default.nix +++ b/wm/terminal/default.nix @@ -48,12 +48,12 @@ in { cyan = mkColorPair; white = mkColorPair; - urls = mkColor; + urls = mkColor; - selection = { - background = mkColor; - foreground = mkColor; - }; + selection = { + background = mkColor; + foreground = mkColor; + }; }; font = { size = mkOption { diff --git a/wm/terminal/foot.nix b/wm/terminal/foot.nix index fef61e7..fa15708 100644 --- a/wm/terminal/foot.nix +++ b/wm/terminal/foot.nix @@ -49,10 +49,10 @@ in { regular7 = colorCfgNormal cCfg.white; bright7 = colorCfgBright cCfg.white; - urls = colorCfg cCfg.urls; + urls = colorCfg cCfg.urls; selection-foreground = colorCfg cCfg.selection.foreground; - selection-background = colorCfg cCfg.selection.background; + selection-background = colorCfg cCfg.selection.background; }; main = { font = "${cfg.font.family}:size=${toString cfg.font.size}";