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