Changes
2 changed files (+4/-16)
-
-
@@ -11,9 +11,6 @@./hardware-configuration.nix ]; # Overlays! Fixed points! nixpkgs.overlays = [ (import ./overlays.nix) ]; hardware = { # Auto screen rotation in tablet mode sensor.iio.enable = true;
-
@@ -74,16 +71,20 @@python3 uv vscodium # Apps deja-dup kdePackages.tokodon keepassxc kile # TODO: maliit-keyboard or libpinyin creates the file ~/user.conf for some weird reason # TODO: Eventually replace with https://invent.kde.org/plasma/plasma-keyboard maliit-keyboard mpv mpvScripts.mpris rnote signal-desktop # Utilities aspellDicts.en deploy-rs
-
-
ThinkPad-X1-Yoga-Gen-6/overlays.nix (deleted)
-
@@ -1,13 +0,0 @@final: prev: { # maliit-keyboard hasn't had a release since 2022 so let's build from git master # TODO: maliit-keyboard or libpinyin creates the file ~/user.conf for some weird reason # TODO: Eventually replace with https://invent.kde.org/plasma/plasma-keyboard maliit-keyboard = prev.maliit-keyboard.overrideAttrs (old: { src = prev.fetchFromGitHub { owner = "maliit"; repo = "keyboard"; rev = "cbb0bbfa67354df76c25dbc3b1ea99a376fd15bb"; hash = "sha256-6ITlV/RJkPDrnsFyeWYWaRTYTaY6NAbHDqpUZGGKyi4="; }; }); }
-