Compare commits
3 Commits
49460feb44
...
83cdb81173
| Author | SHA1 | Date | |
|---|---|---|---|
| 83cdb81173 | |||
| 2580cf8aa5 | |||
| de8e083e92 |
+1
-1
@@ -8,7 +8,7 @@
|
||||
Terminal = {
|
||||
font = "JetBrainsMono Nerd Font";
|
||||
size = "18";
|
||||
shell = "fish"; # or zsh
|
||||
shell = "zsh"; # or zsh
|
||||
aliases = {
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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,6 +1,7 @@
|
||||
{myConfig, ...}: {
|
||||
imports = [
|
||||
./config/binds.nix
|
||||
./config/execs.nix
|
||||
];
|
||||
|
||||
home.file.".config/hypr/scripts/wsaction.fish" = {
|
||||
|
||||
Reference in New Issue
Block a user