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
|
||||
networking.networkmanager.enable = true;
|
||||
networking.networkmanager.wifi.powersave = false;
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
|
|
|||
|
|
@ -28,6 +28,12 @@
|
|||
# # "Hello, world!" when run.
|
||||
# pkgs.hello
|
||||
|
||||
# System
|
||||
inxi
|
||||
pciutils
|
||||
htop
|
||||
btop
|
||||
|
||||
# Terminal
|
||||
alacritty
|
||||
source-code-pro # Font for Alacritty
|
||||
|
|
@ -35,8 +41,6 @@
|
|||
cutecom
|
||||
cowsay
|
||||
mc
|
||||
htop
|
||||
btop
|
||||
fd # unnamed dependency for the fuzzy finder fzf
|
||||
lazygit
|
||||
eza # replacement for ls
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue