Compare commits
2 commits
a75307be41
...
dbffbf3eef
Author | SHA1 | Date | |
---|---|---|---|
dbffbf3eef | |||
17c9463518 |
3 changed files with 19 additions and 14 deletions
|
@ -11,6 +11,13 @@
|
|||
# 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 = {
|
||||
|
|
|
@ -35,14 +35,22 @@ in
|
|||
|
||||
# Extra packages
|
||||
home.packages = with pkgs.unstable; [
|
||||
# 3d programs
|
||||
# game dev
|
||||
blender
|
||||
cura
|
||||
godot_4
|
||||
libresprite
|
||||
|
||||
# 3d printer
|
||||
cura
|
||||
|
||||
# electronics
|
||||
kicad-small
|
||||
# librepcb
|
||||
|
||||
# tools
|
||||
bind.dnsutils
|
||||
|
||||
kubo # ipfs
|
||||
];
|
||||
|
||||
# games
|
||||
|
|
|
@ -86,6 +86,7 @@
|
|||
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;
|
||||
|
@ -140,22 +141,11 @@
|
|||
|
||||
home.packages = with pkgs.unstable; [
|
||||
image-roll
|
||||
vlc
|
||||
|
||||
gimp
|
||||
libresprite
|
||||
# vlc
|
||||
|
||||
# tools
|
||||
procs
|
||||
bottom
|
||||
bind.dnsutils
|
||||
|
||||
kubo # ipfs
|
||||
|
||||
neofetch # command-line system information
|
||||
# asciinema # record the terminal
|
||||
|
||||
woodpecker-cli
|
||||
];
|
||||
|
||||
home.file = {
|
||||
|
|
Loading…
Reference in a new issue