pkg changes
This commit is contained in:
parent
3404e043ec
commit
b0e366a2d1
4 changed files with 12 additions and 16 deletions
|
|
@ -16,25 +16,14 @@
|
|||
userEmail = "markers711@gmail.com";
|
||||
};
|
||||
tmux.enable = true;
|
||||
starship.enable = true;
|
||||
nix-your-shell.enable = true;
|
||||
starship.enable = false;
|
||||
zsh = {
|
||||
enable = true;
|
||||
autosuggestion.enable = true;
|
||||
enableCompletion = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
autocd = true;
|
||||
plugins = [
|
||||
{
|
||||
name = "zsh-nix-shell";
|
||||
file = "nix-shell.plugin.zsh";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "chisui";
|
||||
repo = "zsh-nix-shell";
|
||||
rev = "v0.8.0";
|
||||
sha256 = "1lzrn0n4fxfcgg65v0qhnj7wnybybqzs4adz7xsrkgmcsr0ii8b7";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,10 +5,17 @@
|
|||
...
|
||||
}: {
|
||||
imports = [./waybar.nix ./tile.nix];
|
||||
programs.swaylock.enable = true;
|
||||
|
||||
services.swayidle.enable = true;
|
||||
services.polkit-gnome.enable = true;
|
||||
services.mako.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
pkgs.swaybg
|
||||
pkgs.swayidle
|
||||
pkgs.swaylock
|
||||
pkgs.xwayland-satellite
|
||||
pkgs.niri
|
||||
pkgs.fuzzel
|
||||
pkgs.iio-niri
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@
|
|||
wofi = {enable = true;};
|
||||
zathura = {enable = true;};
|
||||
mpv = {enable = true;};
|
||||
lf = {enable = true;};
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
brightnessctl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue