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