3 Commits

Author SHA1 Message Date
kenji 83cdb81173 added execs 2025-07-08 23:05:40 -05:00
kenji 2580cf8aa5 converted to zsh 2025-07-08 23:05:33 -05:00
kenji de8e083e92 removed earlysetup 2025-07-08 23:05:25 -05:00
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
Terminal = {
font = "JetBrainsMono Nerd Font";
size = "18";
shell = "fish"; # or zsh
shell = "zsh"; # or zsh
aliases = {
};
};
+1 -1
View File
@@ -113,7 +113,7 @@
};
console = {
earlySetup = true;
earlySetup = false;
font = "${pkgs.terminus_font}/share/consolefonts/ter-132n.psf.gz";
packages = with pkgs; [terminus_font];
useXkbConfig = true;
+1
View File
@@ -1,6 +1,7 @@
{myConfig, ...}: {
imports = [
./config/binds.nix
./config/execs.nix
];
home.file.".config/hypr/scripts/wsaction.fish" = {