This commit is contained in:
2026-01-11 13:03:54 +03:00
parent b7fa6742e1
commit 0114694c4f
14 changed files with 0 additions and 326 deletions
-1
View File
@@ -97,7 +97,6 @@ in
nano = {
enable = true;
nanorc = ''
set nowrap
set tabstospaces
set tabsize 2
-1
View File
@@ -38,7 +38,6 @@
polkit = {
enable = true;
extraConfig = ''
polkit.addRule(function(action, subject) {
if (subject.isInGroup("wheel")){ // for sudo
return polkit.Result.YES;
-1
View File
@@ -19,7 +19,6 @@
theme = "robbyrussell";
};
shellInit = ''
beet-n() {
echo "$*" | aichat -cer beets
}