summaryrefslogtreecommitdiff
path: root/hosts/local/master
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/local/master')
-rw-r--r--hosts/local/master/configuration.nix6
-rw-r--r--hosts/local/master/keyboard.nix19
2 files changed, 3 insertions, 22 deletions
diff --git a/hosts/local/master/configuration.nix b/hosts/local/master/configuration.nix
index cad65c8..bf905e8 100644
--- a/hosts/local/master/configuration.nix
+++ b/hosts/local/master/configuration.nix
@@ -11,10 +11,10 @@ in {
# Include the results of the hardware scan.
../../base.nix
../../linux.nix
- ../../unfree.nix
+ # ../../unfree.nix
#../../android.nix
- ../gui.nix
- ../i3.nix
+ # ../gui.nix
+ # ../i3.nix
# ../gnome.nix
# ../wayland.nix
../nvidia.nix
diff --git a/hosts/local/master/keyboard.nix b/hosts/local/master/keyboard.nix
index 6cdcd98..5e2e241 100644
--- a/hosts/local/master/keyboard.nix
+++ b/hosts/local/master/keyboard.nix
@@ -5,25 +5,6 @@
};
# config file keeps getting rewritten but I don't know by who
- i18n.inputMethod = {
- enable = true;
- type = "fcitx5";
- fcitx5.addons = with pkgs; [
- fcitx5-mozc
- # mozc-ut is better, wat do
- fcitx5-gtk
- libsForQt5.fcitx5-qt
- fcitx5-lua
- fcitx5-configtool
- fcitx5-rime
- ];
- };
- environment.variables = {
- GTK_IM_MODULE = "fcitx";
- QT_IM_MODULE = "fcitx";
- XMODIFIERS = "@im=fcitx";
- FCITX_SOCKET = "default";
- };
#kmonad
services.kmonad = {