Compare commits
No commits in common. "0a2d55aca2f9fe7482a29dd15f700a12abacdf66" and "d17c08fe7e0149376c43877fee11482153de7708" have entirely different histories.
0a2d55aca2
...
d17c08fe7e
5 changed files with 7 additions and 14 deletions
|
@ -30,7 +30,6 @@ in {
|
|||
firefox
|
||||
fftw
|
||||
gcc
|
||||
gh
|
||||
grc
|
||||
gparted
|
||||
git
|
||||
|
@ -68,7 +67,6 @@ in {
|
|||
pamixer
|
||||
pavucontrol
|
||||
pdfarranger
|
||||
pdfpc
|
||||
pfetch
|
||||
pidgin
|
||||
playerctl
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
}: let
|
||||
cfg = config.modules.system.programs.terminals.foot;
|
||||
colours = config.modules.style.colorScheme.colors;
|
||||
inherit (config.meta.mainUser) username;
|
||||
|
||||
inherit (lib) mkIf;
|
||||
|
||||
|
@ -17,10 +16,10 @@
|
|||
title = "foot";
|
||||
locked-title = "no";
|
||||
|
||||
# font = "valiosevka:size=14";
|
||||
# font-bold = "valiosevka:size=14";
|
||||
font = "Iosevka Nerd Font:size=14";
|
||||
font-bold = "Iosevka Nerd Font:size=14";
|
||||
font = "valiosevka:size=14";
|
||||
font-bold = "valiosevka:size=14";
|
||||
# font = "Iosevka Nerd Font:size=14";
|
||||
# font-bold = "Iosevka Nerd Font:size=14";
|
||||
|
||||
line-height = 20;
|
||||
letter-spacing = 0;
|
||||
|
@ -125,7 +124,7 @@
|
|||
paths = [pkgs.foot];
|
||||
buildInputs = [pkgs.makeWrapper];
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/foot --add-flags "--config=${foot-config} --working-directory=/home/${username}"
|
||||
wrapProgram $out/bin/foot --add-flags "--config=${foot-config}"
|
||||
'';
|
||||
};
|
||||
in {
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
cfg = config.modules.desktops.hyprland;
|
||||
inherit (builtins) map genList toString;
|
||||
inherit (lib.meta) getExe;
|
||||
in {
|
||||
programs.hyprland.settings = {
|
||||
# Keybinds
|
||||
|
@ -32,9 +30,8 @@ in {
|
|||
"$mainMod, RETURN, exec, foot"
|
||||
"$mainMod, Q, killactive"
|
||||
"$mainMod, F, fullscreen, 0"
|
||||
"$mainMod, D, exec, ${pkgs.procps}/bin/pkill fuzzel || ${getExe pkgs.fuzzel}"
|
||||
"$mainMod, D, exec, ${pkgs.procps}/bin/pkill walker || ${pkgs.walker}/bin/walker"
|
||||
"$mainMod, SPACE, togglefloating, active"
|
||||
"$mainMod ALT, L, exec, ${getExe pkgs.swaylock}"
|
||||
|
||||
# Screenshotting
|
||||
"$mainMod, S, exec, ${pkgs.grimblast}/bin/grimblast copy area" # only copy
|
||||
|
|
|
@ -16,7 +16,7 @@ in {
|
|||
|
||||
ytopus = "yt-dlp -x --embed-metadata --audio-quality 0 --audio-format opus --embed-metadata --embed-thumbnail";
|
||||
|
||||
cat = "${getExe pkgs.bat}";
|
||||
cat = "${getExe pkgs.bat} --plain";
|
||||
|
||||
kys = "shutdown now";
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
git_commit.commit_hash_length = 7;
|
||||
|
||||
git_status = {
|
||||
disabled = true;
|
||||
ahead = "⇡ ";
|
||||
behind = "⇣ ";
|
||||
conflicted = " ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue