added tlp and octave
This commit is contained in:
parent
66605dca48
commit
0703bda89f
3 changed files with 6 additions and 3 deletions
|
@ -71,11 +71,11 @@
|
|||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1727586919,
|
||||
"narHash": "sha256-e/YXG0tO5GWHDS8QQauj8aj4HhXEm602q9swrrlTlKQ=",
|
||||
"lastModified": 1727617520,
|
||||
"narHash": "sha256-uNfh3aMyCekMpjtL/PZtl2Hz/YqNuUpCBEzVxt1QYck=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "2dcd9c55e8914017226f5948ac22c53872a13ee2",
|
||||
"rev": "7eee17a8a5868ecf596bbb8c8beb527253ea8f4d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -133,6 +133,7 @@
|
|||
prismlauncher # REMOVE AND MOVE TO games module after refactoring
|
||||
joplin-desktop
|
||||
albert
|
||||
octaveFull
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
services.tlp.enable = true;
|
||||
|
||||
|
||||
networking.hostName = "lenar"; # Define your hostname.
|
||||
|
||||
|
|
Loading…
Reference in a new issue