mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-09 22:21:11 +01:00
Re-formatting
This commit is contained in:
parent
ba54fb7ee1
commit
570930cd06
6 changed files with 13 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
};
|
||||
aliases = {
|
||||
ri = "rebase -i";
|
||||
amend = "commit --amend";
|
||||
amend = "commit --amend";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
home.nix
2
home.nix
|
|
@ -38,7 +38,7 @@ in {
|
|||
kabalist_cli
|
||||
comma
|
||||
raclette
|
||||
oscclip
|
||||
oscclip
|
||||
];
|
||||
|
||||
services = {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue