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": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1727586919,
|
"lastModified": 1727617520,
|
||||||
"narHash": "sha256-e/YXG0tO5GWHDS8QQauj8aj4HhXEm602q9swrrlTlKQ=",
|
"narHash": "sha256-uNfh3aMyCekMpjtL/PZtl2Hz/YqNuUpCBEzVxt1QYck=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "2dcd9c55e8914017226f5948ac22c53872a13ee2",
|
"rev": "7eee17a8a5868ecf596bbb8c8beb527253ea8f4d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -133,6 +133,7 @@
|
||||||
prismlauncher # REMOVE AND MOVE TO games module after refactoring
|
prismlauncher # REMOVE AND MOVE TO games module after refactoring
|
||||||
joplin-desktop
|
joplin-desktop
|
||||||
albert
|
albert
|
||||||
|
octaveFull
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
|
@ -13,6 +13,8 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
services.tlp.enable = true;
|
||||||
|
|
||||||
|
|
||||||
networking.hostName = "lenar"; # Define your hostname.
|
networking.hostName = "lenar"; # Define your hostname.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue