Compare commits
No commits in common. "2743b4f1105dae4c6a698ab86b734743b5c0d896" and "25df94858b97e2fb438bbba0456abb3d92c46987" have entirely different histories.
2743b4f110
...
25df94858b
@ -10,13 +10,6 @@
|
||||
system.autoUpgrade.enable = true;
|
||||
time.timeZone = "America/New_York";
|
||||
powerManagement.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
hardware.bluetooth.settings = {
|
||||
General = {
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
};
|
||||
};
|
||||
|
||||
nix = {
|
||||
gc.automatic = true;
|
||||
@ -60,7 +53,6 @@
|
||||
enable = true;
|
||||
package = pkgs.ollama-intel;
|
||||
};
|
||||
blueman.enable = true;
|
||||
xserver.enable = true;
|
||||
displayManager.sddm.enable = true;
|
||||
desktopManager.plasma6.enable = true;
|
||||
@ -151,7 +143,6 @@
|
||||
systemPackages = with pkgs; [
|
||||
maliit-keyboard
|
||||
maliit-framework
|
||||
alacritty
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
|
||||
btop
|
||||
zip
|
||||
emacs30-pgtk
|
||||
|
||||
direnv
|
||||
texliveFull
|
||||
@ -48,7 +47,7 @@
|
||||
emacs = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
package = pkgs.emacs30-pgtk;
|
||||
package = pkgs.emacs-gtk;
|
||||
};
|
||||
};
|
||||
stylix = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user