mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 10:30:14 +01:00
fix typo, move to system install
This commit is contained in:
parent
7c59588d4e
commit
dd92427e85
|
@ -134,7 +134,9 @@
|
|||
environment = {
|
||||
pathsToLink = ["/share/zsh"];
|
||||
|
||||
# List packages installed in system profile.
|
||||
# systemPackages = [];
|
||||
systemPackages = with pkgs; [
|
||||
lm_sensors
|
||||
tldr
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
## Apps
|
||||
steam
|
||||
telegram-desktop
|
||||
tldr
|
||||
powerline
|
||||
powerline-fonts
|
||||
lutris
|
||||
|
|
|
@ -41,8 +41,6 @@
|
|||
radeontop
|
||||
lsof
|
||||
wirelesstools
|
||||
lm-sensors
|
||||
tldr
|
||||
powerline
|
||||
powerline-fonts
|
||||
thefuck
|
||||
|
|
Loading…
Reference in a new issue