mirror of
https://github.com/ParkerTenBroeck/dotfiles.git
synced 2026-06-06 21:00:35 -04:00
fixed forgotten usr lact, hstr packages
This commit is contained in:
parent
0a62ab530d
commit
8a436f65a6
2 changed files with 3 additions and 2 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
systemd.packages = with pkgs; [ lact ];
|
systemd.packages = with pkgs; [ lact ];
|
||||||
systemd.services.lactd.wantedBy = [ "multi-user.target" ];
|
systemd.services.lactd.wantedBy = [ "multi-user.target" ];
|
||||||
|
home-manager.users.may.home.packages = with pkgs; [ lact ];
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,8 @@
|
||||||
home-manager.users.may = { pkgs, ... }: {
|
home-manager.users.may = { pkgs, ... }: {
|
||||||
home.file.".p10k.zsh".source = ./.p10k.zsh;
|
home.file.".p10k.zsh".source = ./.p10k.zsh;
|
||||||
|
|
||||||
|
home.packages = with pkgs; [ hstr ];
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
@ -41,8 +43,6 @@
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ll = "ls -lah";
|
ll = "ls -lah";
|
||||||
update = "sudo nixos-rebuild switch";
|
update = "sudo nixos-rebuild switch";
|
||||||
callgrind = "valgrind --tool=callgrind";
|
|
||||||
massif = "valgrind --tool=massif";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue