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";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||||
|
|
||||||
# custom
|
# custom
|
||||||
boot.kernelPackages = unstable.linuxPackages_latest;
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
networking.hostId = "ef3a5d57";
|
networking.hostId = "ef3a5d57";
|
||||||
networking.hostName = "discovery";
|
networking.hostName = "discovery";
|
||||||
|
|
|
@ -24,6 +24,7 @@ in {
|
||||||
ncdu
|
ncdu
|
||||||
nix-index
|
nix-index
|
||||||
nload
|
nload
|
||||||
|
ntfs3g
|
||||||
openssl
|
openssl
|
||||||
patchelf
|
patchelf
|
||||||
pv
|
pv
|
||||||
|
|
|
@ -38,7 +38,6 @@ in {
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
etc = {
|
etc = {
|
||||||
"i3/config".source = ../dotfiles/i3/config;
|
|
||||||
"sway/config".source = ../dotfiles/sway/config;
|
"sway/config".source = ../dotfiles/sway/config;
|
||||||
"sway/status.toml".source = ../dotfiles/sway/status.toml;
|
"sway/status.toml".source = ../dotfiles/sway/status.toml;
|
||||||
"xdg/alacritty/alacritty.yml".source = ../dotfiles/alacritty.yml;
|
"xdg/alacritty/alacritty.yml".source = ../dotfiles/alacritty.yml;
|
||||||
|
|
|
@ -15,8 +15,12 @@ in {
|
||||||
pkgsCross.avr.libcCross
|
pkgsCross.avr.libcCross
|
||||||
|
|
||||||
cura
|
cura
|
||||||
|
candle
|
||||||
openscad
|
openscad
|
||||||
kicad
|
kicad
|
||||||
|
blender
|
||||||
|
python3Packages.numpy
|
||||||
|
python3Packages.shapely
|
||||||
|
|
||||||
steam
|
steam
|
||||||
unstable.obs-studio
|
unstable.obs-studio
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue