Compare commits
2 commits
01365a8553
...
a5d6c2ef21
| Author | SHA1 | Date | |
|---|---|---|---|
| a5d6c2ef21 | |||
| 74f0e45bd7 |
2 changed files with 7 additions and 2 deletions
|
|
@ -29,6 +29,7 @@
|
||||||
|
|
||||||
# Enable networking
|
# Enable networking
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
networking.networkmanager.wifi.powersave = false;
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,12 @@
|
||||||
# # "Hello, world!" when run.
|
# # "Hello, world!" when run.
|
||||||
# pkgs.hello
|
# pkgs.hello
|
||||||
|
|
||||||
|
# System
|
||||||
|
inxi
|
||||||
|
pciutils
|
||||||
|
htop
|
||||||
|
btop
|
||||||
|
|
||||||
# Terminal
|
# Terminal
|
||||||
alacritty
|
alacritty
|
||||||
source-code-pro # Font for Alacritty
|
source-code-pro # Font for Alacritty
|
||||||
|
|
@ -35,8 +41,6 @@
|
||||||
cutecom
|
cutecom
|
||||||
cowsay
|
cowsay
|
||||||
mc
|
mc
|
||||||
htop
|
|
||||||
btop
|
|
||||||
fd # unnamed dependency for the fuzzy finder fzf
|
fd # unnamed dependency for the fuzzy finder fzf
|
||||||
lazygit
|
lazygit
|
||||||
eza # replacement for ls
|
eza # replacement for ls
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue