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
|
firefox
|
||||||
fftw
|
fftw
|
||||||
gcc
|
gcc
|
||||||
gh
|
|
||||||
grc
|
grc
|
||||||
gparted
|
gparted
|
||||||
git
|
git
|
||||||
|
@ -68,7 +67,6 @@ in {
|
||||||
pamixer
|
pamixer
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pdfarranger
|
pdfarranger
|
||||||
pdfpc
|
|
||||||
pfetch
|
pfetch
|
||||||
pidgin
|
pidgin
|
||||||
playerctl
|
playerctl
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
}: let
|
}: let
|
||||||
cfg = config.modules.system.programs.terminals.foot;
|
cfg = config.modules.system.programs.terminals.foot;
|
||||||
colours = config.modules.style.colorScheme.colors;
|
colours = config.modules.style.colorScheme.colors;
|
||||||
inherit (config.meta.mainUser) username;
|
|
||||||
|
|
||||||
inherit (lib) mkIf;
|
inherit (lib) mkIf;
|
||||||
|
|
||||||
|
@ -17,10 +16,10 @@
|
||||||
title = "foot";
|
title = "foot";
|
||||||
locked-title = "no";
|
locked-title = "no";
|
||||||
|
|
||||||
# font = "valiosevka:size=14";
|
font = "valiosevka:size=14";
|
||||||
# font-bold = "valiosevka:size=14";
|
font-bold = "valiosevka:size=14";
|
||||||
font = "Iosevka Nerd Font:size=14";
|
# font = "Iosevka Nerd Font:size=14";
|
||||||
font-bold = "Iosevka Nerd Font:size=14";
|
# font-bold = "Iosevka Nerd Font:size=14";
|
||||||
|
|
||||||
line-height = 20;
|
line-height = 20;
|
||||||
letter-spacing = 0;
|
letter-spacing = 0;
|
||||||
|
@ -125,7 +124,7 @@
|
||||||
paths = [pkgs.foot];
|
paths = [pkgs.foot];
|
||||||
buildInputs = [pkgs.makeWrapper];
|
buildInputs = [pkgs.makeWrapper];
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
wrapProgram $out/bin/foot --add-flags "--config=${foot-config} --working-directory=/home/${username}"
|
wrapProgram $out/bin/foot --add-flags "--config=${foot-config}"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
|
@ -1,12 +1,10 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
lib,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
cfg = config.modules.desktops.hyprland;
|
cfg = config.modules.desktops.hyprland;
|
||||||
inherit (builtins) map genList toString;
|
inherit (builtins) map genList toString;
|
||||||
inherit (lib.meta) getExe;
|
|
||||||
in {
|
in {
|
||||||
programs.hyprland.settings = {
|
programs.hyprland.settings = {
|
||||||
# Keybinds
|
# Keybinds
|
||||||
|
@ -32,9 +30,8 @@ in {
|
||||||
"$mainMod, RETURN, exec, foot"
|
"$mainMod, RETURN, exec, foot"
|
||||||
"$mainMod, Q, killactive"
|
"$mainMod, Q, killactive"
|
||||||
"$mainMod, F, fullscreen, 0"
|
"$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, SPACE, togglefloating, active"
|
||||||
"$mainMod ALT, L, exec, ${getExe pkgs.swaylock}"
|
|
||||||
|
|
||||||
# Screenshotting
|
# Screenshotting
|
||||||
"$mainMod, S, exec, ${pkgs.grimblast}/bin/grimblast copy area" # only copy
|
"$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";
|
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";
|
kys = "shutdown now";
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
git_commit.commit_hash_length = 7;
|
git_commit.commit_hash_length = 7;
|
||||||
|
|
||||||
git_status = {
|
git_status = {
|
||||||
disabled = true;
|
|
||||||
ahead = "⇡ ";
|
ahead = "⇡ ";
|
||||||
behind = "⇣ ";
|
behind = "⇣ ";
|
||||||
conflicted = " ";
|
conflicted = " ";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue