mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Compare commits
3 commits
e47bad56d2
...
cad0239cc9
Author | SHA1 | Date | |
---|---|---|---|
cad0239cc9 | |||
1e36fdb267 | |||
cd7b11d3b7 |
|
@ -89,4 +89,6 @@
|
||||||
# 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,4 +179,6 @@
|
||||||
BROWSER = userSettings.browser;
|
BROWSER = userSettings.browser;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
news.display = "silent";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,4 +63,6 @@
|
||||||
EDITOR = userSettings.editor;
|
EDITOR = userSettings.editor;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
news.display = "silent";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1447,6 +1447,7 @@ 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,6 +1680,7 @@ 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;
|
||||||
autosuggestion.enable = true;
|
enableAutosuggestions = true;
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
shellAliases = myAliases;
|
shellAliases = myAliases;
|
||||||
|
|
Loading…
Reference in a new issue