Config changes
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user