mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Compare commits
No commits in common. "cad0239cc92b4e26adb9d60f9fbc35f6c0c64a17" and "e47bad56d208792291bdce15b0c7933dc4cc8aec" have entirely different histories.
cad0239cc9
...
e47bad56d2
|
@ -89,6 +89,4 @@
|
||||||
# It is ok to leave this unchanged for compatibility purposes
|
# It is ok to leave this unchanged for compatibility purposes
|
||||||
system.stateVersion = "22.11";
|
system.stateVersion = "22.11";
|
||||||
|
|
||||||
news.display = "silent";
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -179,6 +179,4 @@
|
||||||
BROWSER = userSettings.browser;
|
BROWSER = userSettings.browser;
|
||||||
};
|
};
|
||||||
|
|
||||||
news.display = "silent";
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,6 +63,4 @@
|
||||||
EDITOR = userSettings.editor;
|
EDITOR = userSettings.editor;
|
||||||
};
|
};
|
||||||
|
|
||||||
news.display = "silent";
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1447,7 +1447,6 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
|
||||||
(map! :leader
|
(map! :leader
|
||||||
:desc "Projectile grep"
|
:desc "Projectile grep"
|
||||||
"/" #'projectile-grep)
|
"/" #'projectile-grep)
|
||||||
(put 'projectile-grep 'disabled nil)
|
|
||||||
|
|
||||||
;;;-- projectile wrapper commands ;;;--
|
;;;-- projectile wrapper commands ;;;--
|
||||||
(require 'sudo-edit)
|
(require 'sudo-edit)
|
||||||
|
|
|
@ -1680,7 +1680,6 @@ I don't have this active right now since it's kinda weird with pgtk...
|
||||||
(map! :leader
|
(map! :leader
|
||||||
:desc "Projectile grep"
|
:desc "Projectile grep"
|
||||||
"/" #'projectile-grep)
|
"/" #'projectile-grep)
|
||||||
(put 'projectile-grep 'disabled nil)
|
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** sudo-edit
|
** sudo-edit
|
||||||
|
|
|
@ -16,7 +16,7 @@ in
|
||||||
{
|
{
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAutosuggestions = true;
|
autosuggestion.enable = true;
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
shellAliases = myAliases;
|
shellAliases = myAliases;
|
||||||
|
|
Loading…
Reference in a new issue