mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
add some packages
This commit is contained in:
parent
223a66264a
commit
c041ac5f4d
|
@ -4,6 +4,7 @@ When adding a new host:
|
||||||
1. install NixOS via the graphical installer
|
1. install NixOS via the graphical installer
|
||||||
2. `mv /etc/hardware-configuration ./devicename-hardware-configuration.nix`
|
2. `mv /etc/hardware-configuration ./devicename-hardware-configuration.nix`
|
||||||
3. copy an existing devicename.nix
|
3. copy an existing devicename.nix
|
||||||
5. change import to new-devicename-hardware-configuration.nix
|
5. change import to `new-devicename-hardware-configuration.nix`
|
||||||
4. `ln -s ./new-devicename.nix /etc/nixos/configuration`
|
6. set the hostname and optional imports in `new-devicename.nix`
|
||||||
5. apply
|
7. `ln -s ./new-devicename.nix /etc/nixos/configuration`
|
||||||
|
8. apply
|
||||||
|
|
6
home.nix
6
home.nix
|
@ -49,6 +49,7 @@
|
||||||
tdesktop
|
tdesktop
|
||||||
lutris
|
lutris
|
||||||
amberol
|
amberol
|
||||||
|
simple-scan
|
||||||
]
|
]
|
||||||
# system monitoring
|
# system monitoring
|
||||||
++ [
|
++ [
|
||||||
|
@ -56,6 +57,8 @@
|
||||||
btop
|
btop
|
||||||
iotop
|
iotop
|
||||||
radeontop
|
radeontop
|
||||||
|
lsof
|
||||||
|
wirelesstools
|
||||||
]
|
]
|
||||||
# command line niceness
|
# command line niceness
|
||||||
++ [
|
++ [
|
||||||
|
@ -70,6 +73,9 @@
|
||||||
# gnome workbench
|
# gnome workbench
|
||||||
jetbrains.rider
|
jetbrains.rider
|
||||||
alejandra
|
alejandra
|
||||||
|
arduino
|
||||||
|
uucp
|
||||||
|
screen
|
||||||
];
|
];
|
||||||
|
|
||||||
file.".nanorc".text = ''
|
file.".nanorc".text = ''
|
||||||
|
|
Loading…
Reference in a new issue