Various updates
This commit is contained in:
parent
69933173c2
commit
87518f28fa
4 changed files with 15 additions and 3 deletions
|
|
@ -100,7 +100,7 @@ in
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
commit.gpgSign = true;
|
commit.gpgSign = true;
|
||||||
core.editor = kak;
|
core.editor = kak;
|
||||||
credential.helper = "cache --timeout = 3600 ";
|
credential.helper = "cache --timeout=3600 ";
|
||||||
diff.guitool = meld;
|
diff.guitool = meld;
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
merge.guitool = meld;
|
merge.guitool = meld;
|
||||||
|
|
|
||||||
|
|
@ -65,8 +65,9 @@ let
|
||||||
};
|
};
|
||||||
font = [
|
font = [
|
||||||
"${pkgs.rice.font.monospace.name}:size=${toString pkgs.rice.font.monospace.size};2"
|
"${pkgs.rice.font.monospace.name}:size=${toString pkgs.rice.font.monospace.size};2"
|
||||||
|
"Font Awesome 6 Free:size=14;0"
|
||||||
"Material Design Icons:size=${toString pkgs.rice.font.monospace.size};2"
|
"Material Design Icons:size=${toString pkgs.rice.font.monospace.size};2"
|
||||||
"NotoEmoji Nerd Font Mono:size=${toString pkgs.rice.font.monospace.size};0"
|
"EmojiOne Color:size=${toString pkgs.rice.font.monospace.size};0"
|
||||||
];
|
];
|
||||||
wm-restack = "bspwm";
|
wm-restack = "bspwm";
|
||||||
};
|
};
|
||||||
|
|
@ -79,6 +80,7 @@ in
|
||||||
emojione
|
emojione
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
material-design-icons
|
material-design-icons
|
||||||
|
font-awesome
|
||||||
];
|
];
|
||||||
services.polybar = {
|
services.polybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,15 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [ playerctl pcmanfm pamixer kitty terminator update-background xorg.xbacklight lockscreen ];
|
home.packages = with pkgs; [
|
||||||
|
kitty
|
||||||
|
lockscreen
|
||||||
|
pamixer
|
||||||
|
pcmanfm
|
||||||
|
playerctl
|
||||||
|
terminator
|
||||||
|
update-background
|
||||||
|
xorg.xbacklight
|
||||||
|
];
|
||||||
services.sxhkd =
|
services.sxhkd =
|
||||||
let
|
let
|
||||||
primaryTerminal = "kitty";
|
primaryTerminal = "kitty";
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,7 @@
|
||||||
# firefox
|
# firefox
|
||||||
freecad
|
freecad
|
||||||
gallery-dl
|
gallery-dl
|
||||||
|
gnome.file-roller
|
||||||
gnome.geary
|
gnome.geary
|
||||||
gnome.gnome-calendar
|
gnome.gnome-calendar
|
||||||
gnome.gnome-screenshot
|
gnome.gnome-screenshot
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue