mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-02 12:46:42 +00:00
remove args, disable emacs, change jdk
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, materusArg, lib, ... }:
|
||||
{ pkgs, materusArg, lib, ... }:
|
||||
{
|
||||
home.stateVersion = "23.05";
|
||||
home.homeDirectory = "/home/materus";
|
||||
@@ -53,7 +53,7 @@
|
||||
vulkan-loader.dev
|
||||
|
||||
fpc
|
||||
jdk
|
||||
openjdk21
|
||||
|
||||
|
||||
ldc
|
||||
@@ -61,7 +61,7 @@
|
||||
dub
|
||||
]);
|
||||
|
||||
editor.emacs.enable = true;
|
||||
editor.emacs.enable = false;
|
||||
|
||||
};
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
startHook = /*''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user