Compare commits
No commits in common. "3988202916c65a43fd9b4ff5cc5437800c4c5dc1" and "771b7b1a42960a37a3cad91a963be3d242839723" have entirely different histories.
3988202916
...
771b7b1a42
@ -451,17 +451,17 @@ later.
|
||||
Configurations to add linting support to specific languages by integrating linters with flycheck.
|
||||
|
||||
#+begin_src emacs-lisp :tangle ./config.el
|
||||
(use-package! flycheck
|
||||
:config
|
||||
(flycheck-define-checker nix-statix
|
||||
"A syntax checker for Nix using Statix."
|
||||
:command ("statix" "check" source)
|
||||
:error-patterns
|
||||
((warning line-start (file-name) ":" line ":" column
|
||||
": " (message) line-end))
|
||||
:modes (nix-mode))
|
||||
;; (use-package! flycheck
|
||||
;; :config
|
||||
;; (flycheck-define-checker deadnix
|
||||
;; "A syntax checker for Nix using deadnix."
|
||||
;; :command ("deadnix" "--fail" source)
|
||||
;; :error-patterns
|
||||
;; ((warning line-start (file-name) ":" line ":" column
|
||||
;; ": " (message) line-end))
|
||||
;; :modes (nix-mode))
|
||||
|
||||
(add-to-list 'flycheck-checkers 'nix-statix))
|
||||
;; (add-to-list 'flycheck-checkers 'deadnix))
|
||||
#+end_src
|
||||
* GPT
|
||||
Integrate most AI agents with emacs on a way that through api keys it can do
|
||||
|
||||
@ -4,7 +4,6 @@
|
||||
...
|
||||
}:
|
||||
{
|
||||
qt.enable = true;
|
||||
services = {
|
||||
gvfs.enable = true;
|
||||
libinput.enable = true;
|
||||
@ -33,6 +32,7 @@
|
||||
totem
|
||||
;
|
||||
};
|
||||
qt.enable = true;
|
||||
users.users.jawz.packages = builtins.attrValues {
|
||||
inherit (pkgs.gnomeExtensions)
|
||||
tactile # window manager
|
||||
|
||||
@ -21,7 +21,7 @@ in
|
||||
./hardware-configuration.nix
|
||||
../../config/base.nix
|
||||
../../config/stylix.nix
|
||||
../../environments/gnome.nix
|
||||
../../environments/hyprland.nix
|
||||
];
|
||||
my = import ./toggles.nix // {
|
||||
nix.cores = 8;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user