Skip to content

Commit

Permalink
another one
Browse files Browse the repository at this point in the history
  • Loading branch information
oomfiee committed Oct 5, 2024
1 parent 4ec43ff commit f78d1fd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Modules/Home/Core/CLI/fastfetch.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,34 +23,34 @@ xdg.configFile."${config.xdg.configHome}/fastfetch/config.jsonc".text = with pkg
{
"type": "os",
"key": " 󰫢 ",
"keyColor": "red",
"keyColor": "white",
"format": "{3}"
},
{
"type": "kernel",
"key": " 󰫢 ",
"keyColor": "red"
"keyColor": "white"
},
{
"type": "packages",
"key": " 󰫢 ",
"keyColor": "red",
"keyColor": "white",
"format": "{1}"
},
{
"type": "shell",
"key": " 󰫢 ",
"keyColor": "red"
"keyColor": "white"
},
{
"type": "wm",
"key": " 󰫢 ",
"keyColor": "red"
"keyColor": "white"
},
{
"type": "uptime",
"key": " 󰫢 ",
"keyColor": "red"
"keyColor": "white"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ nix-shell -p nixFlakes git
after you have done that you will git clone the repo then use this command:

```shell
[nix-shell:~]$ cd [Reponame]
[nix-shell:~]$ cd [Repo name]

[nix-shell:~]$ rm ~/.gtkrc-2.0

Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ outputs = { self, nixpkgs, nixpkgs-stable, home-manager, arkenfox, lobster, styl
prompt = "starship";
sh = "fish";
term = "wezterm";
font = "Inconsolata";
fontpkg = pkgs.inconsolata-nerdfont;
font = "Jetbrains Mono";
fontpkg = pkgs.jetbrains-mono;
};

lib = nixpkgs.lib;
Expand Down
1 change: 1 addition & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
protonup-qt
inkscape
wine64Packages.stable
inconsolata-nerdfont
#wezterm
];
};
Expand Down

0 comments on commit f78d1fd

Please sign in to comment.