Compare commits

...

6 commits

Author SHA1 Message Date
43f1e60f41 add some 3d packages 2021-08-12 20:31:05 +02:00
9d44ab40b1 remove i3config 2021-08-12 20:31:05 +02:00
7482d92923 Revert "remove bazel"
This reverts commit 3733a42641a6e9ac3e031b5184247eecc1d10f34.
2021-08-12 20:31:04 +02:00
da350e3e7c remove bazel 2021-08-12 20:30:21 +02:00
b428dcad09 add ntfs support 2021-08-12 20:29:05 +02:00
263638210a use stable kernel for zfs compatibility 2021-08-12 20:29:05 +02:00
4 changed files with 5 additions and 2 deletions

View file

@ -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";

View file

@ -24,6 +24,7 @@ in {
ncdu
nix-index
nload
ntfs3g
openssl
patchelf
pv

View file

@ -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;

View file

@ -15,8 +15,12 @@ in {
pkgsCross.avr.libcCross
cura
candle
openscad
kicad
blender
python3Packages.numpy
python3Packages.shapely
steam
unstable.obs-studio