Config changes

This commit is contained in:
2024-10-09 12:55:42 +02:00
parent 34ed17486c
commit 824394687f
3 changed files with 35 additions and 5 deletions

View File

@@ -44,11 +44,8 @@
unstable.blender
loupe
unstable.bottles
# Systemverilog
unstable.gtkwave
unstable.verilator
gnumake
unstable.surrealist
unstable.rnote
# Office
libreoffice
@@ -67,6 +64,14 @@
# Enable home-manager
programs.home-manager.enable = true;
# Enable default applications
xdg.mimeApps = {
enable = true;
defaultApplications = {
"application/pdf" = "firefox.desktop";
};
};
home.stateVersion = "24.05";
};