aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2024-12-07 00:53:04 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2024-12-07 00:53:04 +0200
commitf301f81c09d7ddb11e659ce4297e8efe728ff690 (patch)
tree12fd93c3473d37a1f0afd7d126ded999c7c6d78f
parentc09a6b20103f1cb9fb20164fdb923ae18b36711d (diff)
downloadnixos-configuration-f301f81c09d7ddb11e659ce4297e8efe728ff690.tar.gz
nixos-configuration-f301f81c09d7ddb11e659ce4297e8efe728ff690.tar.bz2
nixos-configuration-f301f81c09d7ddb11e659ce4297e8efe728ff690.zip
chore: change some things in the config
-rw-r--r--home-manager/stvnliu/ags/config/hyprworkspaces.js2
-rw-r--r--home-manager/stvnliu/nixvim/default.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/home-manager/stvnliu/ags/config/hyprworkspaces.js b/home-manager/stvnliu/ags/config/hyprworkspaces.js
index 2043133..a1c4af8 100644
--- a/home-manager/stvnliu/ags/config/hyprworkspaces.js
+++ b/home-manager/stvnliu/ags/config/hyprworkspaces.js
@@ -1,7 +1,7 @@
const hyprland = await Service.import("hyprland")
const dispatch = ws => hyprland.messageAsync(`dispatch workspace ${ws}`);
-const wsSymbols = ["壹", "貳", "叁", "肆", "伍", "陸", "柒", "捌", "玖", "拾"]
+const wsSymbols = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"]
const Workspaces = () => Widget.EventBox({
onScrollUp: () => dispatch('+1'),
onScrollDown: () => dispatch('-1'),
diff --git a/home-manager/stvnliu/nixvim/default.nix b/home-manager/stvnliu/nixvim/default.nix
index e94d492..f865f09 100644
--- a/home-manager/stvnliu/nixvim/default.nix
+++ b/home-manager/stvnliu/nixvim/default.nix
@@ -2,11 +2,11 @@
imports = [
./auto-pairs.nix
./autosave.nix
- ./bufferline.nix
+ #./bufferline.nix
./cmp.nix
#./coq.nix
./git.nix
- ./ionide.nix
+ #./ionide.nix
./lualine.nix
./lsp.nix
./none-ls.nix