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:
parent
b1c51ac48a
commit
16a81bc9b5
3 changed files with 11 additions and 6 deletions
|
|
@ -2,8 +2,10 @@
|
|||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
in {
|
||||
}:
|
||||
let
|
||||
in
|
||||
{
|
||||
#nixpkgs.overlays = [
|
||||
# (import ./widevine-overlay.nix)
|
||||
#];
|
||||
|
|
@ -13,7 +15,7 @@ in {
|
|||
];
|
||||
hardware.asahi = {
|
||||
peripheralFirmwareDirectory = ./firmware;
|
||||
useExperimentalGPUDriver = true;
|
||||
#useExperimentalGPUDriver = true; #deprecated
|
||||
#experimentalGPUInstallMode = "overlay";
|
||||
setupAsahiSound = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@
|
|||
}: let
|
||||
emacs = pkgs.emacs; #pkgs.emacs-pgtk;
|
||||
in {
|
||||
services.emacs.enable = true;
|
||||
#services.emacs.enable = true;
|
||||
services.emacs.startWithGraphical = true;
|
||||
services.emacs.install = true;
|
||||
#services.emacs.install = true;
|
||||
services.emacs.package = emacs; #pkgs.emacs-unstable
|
||||
|
||||
environment.systemPackages =
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
pkgs,
|
||||
emacs,
|
||||
}: {
|
||||
}:
|
||||
{
|
||||
packages = with pkgs; [
|
||||
git
|
||||
gzip
|
||||
wkhtmltopdf
|
||||
zip
|
||||
unzip
|
||||
gnutar
|
||||
|
|
@ -19,6 +21,7 @@
|
|||
nixfmt-rfc-style
|
||||
markdownlint-cli
|
||||
pandoc
|
||||
groff
|
||||
gnumake
|
||||
python3
|
||||
isort
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue