fix zsh & xrandr
This commit is contained in:
5
home/programs/xrandr.nix
Normal file
5
home/programs/xrandr.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.xrandr = { enable = true; };
|
||||
}
|
||||
@@ -4,6 +4,7 @@
|
||||
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