Declaratively configure vscodium, add acpi to laptop
This commit is contained in:
parent
0b4d3254cd
commit
7a48cafe31
2 changed files with 6 additions and 0 deletions
2
home.nix
2
home.nix
|
@ -57,6 +57,8 @@
|
|||
"git.enableSmartCommit" = true;
|
||||
"editor.fontFamily" = "'Monocraft Nerd Font'";
|
||||
"editor.fontSize" = 16;
|
||||
"files.autoSave" = "off";
|
||||
"window.menuBarVisibility" = "toggle";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
{
|
||||
networking.hostName = "insertlaptop";
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.acpi
|
||||
];
|
||||
|
||||
home-manager.users.insert.home.file.".config/hypr/hyprland.conf" = {
|
||||
text = ''autogenerated = 0 # remove this line to remove the warning
|
||||
|
||||
|
|
Loading…
Reference in a new issue