Updated lockfile and some housekeeping
This commit is contained in:
parent
59ce2fc114
commit
0bee5a9c64
5 changed files with 12 additions and 12 deletions
|
@ -33,7 +33,7 @@ in {
|
|||
#extraPackages = with pkgs; [];
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
# tree-sitter (code parser)
|
||||
(nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars))
|
||||
nvim-treesitter.withAllGrammars
|
||||
|
||||
# git integration
|
||||
gitgutter
|
||||
|
|
|
@ -17,7 +17,6 @@ in {
|
|||
htop
|
||||
lm_sensors
|
||||
powertop
|
||||
zenith
|
||||
];
|
||||
|
||||
powerManagement.powertop.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue