Compare commits
No commits in common. "43f1e60f415e6d23272fc055d500f302357fc9c7" and "f3f41f22466d116cfb8db44e8ffbbd853fd9ea55" have entirely different histories.
43f1e60f41
...
f3f41f2246
4 changed files with 2 additions and 5 deletions
|
@ -36,6 +36,7 @@ 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,7 +24,6 @@ in {
|
|||
ncdu
|
||||
nix-index
|
||||
nload
|
||||
ntfs3g
|
||||
openssl
|
||||
patchelf
|
||||
pv
|
||||
|
|
|
@ -38,6 +38,7 @@ 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,12 +15,8 @@ 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