Compare commits

..

No commits in common. "dbffbf3eef51e34c1ceb45138ec34821e23af956" and "a75307be415bd1f9bbe6bd47800b7eb099ac7959" have entirely different histories.

3 changed files with 14 additions and 19 deletions

View file

@ -11,13 +11,6 @@
# See: https://github.com/NixOS/nixpkgs/issues/38676
boot.kernelModules = [ "veth" ];
powerManagement = {
enable = true;
powertop.enable = true;
};
services.thermald.enable = true;
services.tlp .enable = true;
networking = {
useDHCP = false;
interfaces = {

View file

@ -35,22 +35,14 @@ in
# Extra packages
home.packages = with pkgs.unstable; [
# game dev
# 3d programs
blender
godot_4
libresprite
# 3d printer
cura
godot_4
# electronics
kicad-small
# librepcb
# tools
bind.dnsutils
kubo # ipfs
];
# games

View file

@ -86,7 +86,6 @@
local.programs.file-managers.vifm.enable = lib.mkDefault true;
local.programs.aerc.enable = lib.mkDefault true;
local.programs.nom.enable = lib.mkDefault true;
local.programs.communication = {
telegram.enable = lib.mkDefault true;
@ -141,11 +140,22 @@
home.packages = with pkgs.unstable; [
image-roll
# vlc
vlc
gimp
libresprite
# tools
procs
bottom
bind.dnsutils
kubo # ipfs
neofetch # command-line system information
# asciinema # record the terminal
woodpecker-cli
];
home.file = {