Compare commits
3 Commits
49460feb44
...
83cdb81173
| Author | SHA1 | Date | |
|---|---|---|---|
| 83cdb81173 | |||
| 2580cf8aa5 | |||
| de8e083e92 |
+1
-1
@@ -8,7 +8,7 @@
|
|||||||
Terminal = {
|
Terminal = {
|
||||||
font = "JetBrainsMono Nerd Font";
|
font = "JetBrainsMono Nerd Font";
|
||||||
size = "18";
|
size = "18";
|
||||||
shell = "fish"; # or zsh
|
shell = "zsh"; # or zsh
|
||||||
aliases = {
|
aliases = {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -113,7 +113,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
console = {
|
console = {
|
||||||
earlySetup = true;
|
earlySetup = false;
|
||||||
font = "${pkgs.terminus_font}/share/consolefonts/ter-132n.psf.gz";
|
font = "${pkgs.terminus_font}/share/consolefonts/ter-132n.psf.gz";
|
||||||
packages = with pkgs; [terminus_font];
|
packages = with pkgs; [terminus_font];
|
||||||
useXkbConfig = true;
|
useXkbConfig = true;
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{myConfig, ...}: {
|
{myConfig, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./config/binds.nix
|
./config/binds.nix
|
||||||
|
./config/execs.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file.".config/hypr/scripts/wsaction.fish" = {
|
home.file.".config/hypr/scripts/wsaction.fish" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user