Compare commits
No commits in common. "206cd46cfc685d94caf026ff940f5218ba05d482" and "c6dafd4482fb2f2256441f2c69ea75c1a3955fef" have entirely different histories.
206cd46cfc
...
c6dafd4482
2 changed files with 4 additions and 9 deletions
|
@ -27,7 +27,7 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
font = "Iosevka Nerd Font:size=${toString cfg.fontSize}, Twitter Color Emoji:size=${toString cfg.fontSize}";
|
font = "Iosevka Nerd Font:size=${toString cfg.fontSize}, Twitter Color Emoji:size=${toString cfg.fontSize}";
|
||||||
dpi-aware = "yes";
|
dpi-aware = "no";
|
||||||
};
|
};
|
||||||
|
|
||||||
scrollback = {
|
scrollback = {
|
||||||
|
|
|
@ -52,7 +52,7 @@ in
|
||||||
dunst.enable = false;
|
dunst.enable = false;
|
||||||
emacs = {
|
emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.emacs29-pgtk;
|
package = pkgs.emacs-unstable-pgtk;
|
||||||
daemon = true;
|
daemon = true;
|
||||||
};
|
};
|
||||||
eww = {
|
eww = {
|
||||||
|
@ -66,7 +66,7 @@ in
|
||||||
foot = {
|
foot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
server = false;
|
server = false;
|
||||||
fontSize = 12;
|
fontSize = 16;
|
||||||
};
|
};
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -135,11 +135,6 @@ in
|
||||||
mode = "3840x2160@60Hz";
|
mode = "3840x2160@60Hz";
|
||||||
position = "3840 0";
|
position = "3840 0";
|
||||||
};
|
};
|
||||||
"HDMI-A-1" = {
|
|
||||||
bg = "${../../wallpapers/river-3840.png} fill";
|
|
||||||
scale = "1.25";
|
|
||||||
disable = "disable";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
input = {
|
input = {
|
||||||
"1241:662:USB-HID_Keyboard" = {
|
"1241:662:USB-HID_Keyboard" = {
|
||||||
|
@ -233,7 +228,7 @@ in
|
||||||
doggo
|
doggo
|
||||||
easyeffects
|
easyeffects
|
||||||
fd
|
fd
|
||||||
(ffmpeg-full.override { withFrei0r = false; })
|
ffmpeg-full
|
||||||
icemon
|
icemon
|
||||||
imagemagick
|
imagemagick
|
||||||
(imv.override {
|
(imv.override {
|
||||||
|
|
Loading…
Reference in a new issue