Removed deprecated feature

- Updated emacs packages
- Turned off emacs service. I start it manually in hyprland for now
- Commented out `useExperimentalGPUDriver` for asahi, because it is no longer used
This commit is contained in:
Aleksandr Lebedev 2025-01-21 20:09:00 +01:00
parent b1c51ac48a
commit 16a81bc9b5
3 changed files with 11 additions and 6 deletions

View file

@ -2,8 +2,10 @@
pkgs, pkgs,
lib, lib,
... ...
}: let }:
in { let
in
{
#nixpkgs.overlays = [ #nixpkgs.overlays = [
# (import ./widevine-overlay.nix) # (import ./widevine-overlay.nix)
#]; #];
@ -13,7 +15,7 @@ in {
]; ];
hardware.asahi = { hardware.asahi = {
peripheralFirmwareDirectory = ./firmware; peripheralFirmwareDirectory = ./firmware;
useExperimentalGPUDriver = true; #useExperimentalGPUDriver = true; #deprecated
#experimentalGPUInstallMode = "overlay"; #experimentalGPUInstallMode = "overlay";
setupAsahiSound = true; setupAsahiSound = true;
}; };

View file

@ -7,9 +7,9 @@
}: let }: let
emacs = pkgs.emacs; #pkgs.emacs-pgtk; emacs = pkgs.emacs; #pkgs.emacs-pgtk;
in { in {
services.emacs.enable = true; #services.emacs.enable = true;
services.emacs.startWithGraphical = true; services.emacs.startWithGraphical = true;
services.emacs.install = true; #services.emacs.install = true;
services.emacs.package = emacs; #pkgs.emacs-unstable services.emacs.package = emacs; #pkgs.emacs-unstable
environment.systemPackages = environment.systemPackages =

View file

@ -1,10 +1,12 @@
{ {
pkgs, pkgs,
emacs, emacs,
}: { }:
{
packages = with pkgs; [ packages = with pkgs; [
git git
gzip gzip
wkhtmltopdf
zip zip
unzip unzip
gnutar gnutar
@ -19,6 +21,7 @@
nixfmt-rfc-style nixfmt-rfc-style
markdownlint-cli markdownlint-cli
pandoc pandoc
groff
gnumake gnumake
python3 python3
isort isort