powertop
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
vim
|
vim
|
||||||
lf
|
lf
|
||||||
btop
|
btop
|
||||||
|
powertop
|
||||||
];
|
];
|
||||||
|
|
||||||
# set timezone
|
# set timezone
|
||||||
|
|||||||
13
users/blake/dots/stylix/default.nix
Normal file
13
users/blake/dots/stylix/default.nix
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
inputs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
inputs.stylix.homeManagerModules.default
|
||||||
|
];
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user