Updated formating
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [./hardware-configuration.nix ];
|
||||
imports = [./hardware-configuration.nix];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
system.autoUpgrade.enable = true;
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
firefox
|
||||
lagrange
|
||||
chromium #this might replace firefox
|
||||
keepassxc
|
||||
thunderbird
|
||||
@@ -44,7 +45,10 @@
|
||||
|
||||
emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs-pgtk.override{withTreeSitter=true; withNativeCompilation=true;};
|
||||
package = pkgs.emacs-pgtk.override {
|
||||
withTreeSitter = true;
|
||||
withNativeCompilation = true;
|
||||
};
|
||||
extraPackages = epkgs: [
|
||||
epkgs.vterm
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user