Compare commits
6 commits
f3f41f2246
...
43f1e60f41
Author | SHA1 | Date | |
---|---|---|---|
43f1e60f41 | |||
9d44ab40b1 | |||
7482d92923 | |||
da350e3e7c | |||
b428dcad09 | |||
263638210a |
4 changed files with 5 additions and 2 deletions
|
@ -36,7 +36,6 @@ in {
|
|||
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||
|
||||
# custom
|
||||
boot.kernelPackages = unstable.linuxPackages_latest;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
networking.hostId = "ef3a5d57";
|
||||
networking.hostName = "discovery";
|
||||
|
|
|
@ -24,6 +24,7 @@ in {
|
|||
ncdu
|
||||
nix-index
|
||||
nload
|
||||
ntfs3g
|
||||
openssl
|
||||
patchelf
|
||||
pv
|
||||
|
|
|
@ -38,7 +38,6 @@ in {
|
|||
|
||||
environment = {
|
||||
etc = {
|
||||
"i3/config".source = ../dotfiles/i3/config;
|
||||
"sway/config".source = ../dotfiles/sway/config;
|
||||
"sway/status.toml".source = ../dotfiles/sway/status.toml;
|
||||
"xdg/alacritty/alacritty.yml".source = ../dotfiles/alacritty.yml;
|
||||
|
|
|
@ -15,8 +15,12 @@ in {
|
|||
pkgsCross.avr.libcCross
|
||||
|
||||
cura
|
||||
candle
|
||||
openscad
|
||||
kicad
|
||||
blender
|
||||
python3Packages.numpy
|
||||
python3Packages.shapely
|
||||
|
||||
steam
|
||||
unstable.obs-studio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue