From 653612830ba30086430090e3059d6d3c41793a7d Mon Sep 17 00:00:00 2001 From: Muhammad Faizud Daroin Date: Sat, 11 Jan 2025 17:11:35 +0700 Subject: [PATCH] fix: upgrade system, add opentabletdriver, add new mountpoint --- configuration.nix | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 4b0aeed..bb6fe52 100644 --- a/configuration.nix +++ b/configuration.nix @@ -20,6 +20,11 @@ fsType = "ntfs-3g"; options = [ "rw" "uid=1000"]; }; + fileSystems."/mnt/windows-c" = + { device = "/dev/disk/by-label/windows-c"; + fsType = "ntfs-3g"; + options = [ "rw" "uid=1000" ]; + }; networking.hostName = "nixos"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. @@ -53,7 +58,10 @@ wayland.enable = true; theme = "${pkgs.sddm-sugar-dark}/share/sddm/themes/sugar-dark"; }; + defaultSession = "hyprland"; }; + # services.xserver.windowManager.i3.enable = true; + services.xserver.wacom.enable = true; # Configure keymap in X11 services.xserver.xkb = { @@ -69,6 +77,10 @@ hardware.bluetooth.enable = true; hardware.xpadneo.enable = true; hardware.xone.enable = true; + hardware.opentabletdriver = { + enable = true; + daemon.enable = true; + }; security.rtkit.enable = true; services.pipewire = { enable = true; @@ -221,7 +233,7 @@ wofi dunst hyprpaper zoxide - qt5ct + libsForQt5.qt5ct qt6ct networkmanagerapplet bluez @@ -237,7 +249,7 @@ adwaita-qt6 xdg-desktop-portal-gtk xdg-desktop-portal-hyprland - nemo + nemo-with-extensions gvfs hyprcursor loupe @@ -265,7 +277,7 @@ fonts.packages = with pkgs; [ noto-fonts - noto-fonts-cjk + noto-fonts-cjk-sans noto-fonts-extra cantarell-fonts inter