restructure folders - 2
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
env = { "TERM" = "xterm-256color"; };
|
||||
|
||||
font = {
|
||||
size = 10;
|
||||
size = 9;
|
||||
normal.family = "Fira Code";
|
||||
bold.family = "Fira Code";
|
||||
italic.family = "Fira Code";
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
#zsh
|
||||
fzf
|
||||
python3
|
||||
zsh-nix-shell
|
||||
nix-zsh-completions
|
||||
];
|
||||
home.packages = with pkgs; [ fzf python3 zsh-nix-shell nix-zsh-completions ];
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
dotDir = ".config/zsh";
|
||||
shellAliases = { update = "sudo nixos-rebuild switch"; };
|
||||
enableAutosuggestions = true;
|
||||
|
||||
Reference in New Issue
Block a user