skipper: remove input methods (for now)

This commit is contained in:
Adithya 2024-09-14 16:04:27 +05:30
parent 018120c71c
commit 389b27b975
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
4 changed files with 2 additions and 50 deletions

View file

@ -9,12 +9,10 @@ _: {
auto-allocate-uids = true; auto-allocate-uids = true;
sandbox = true; sandbox = true;
trusted-substituters = [ trusted-substituters = [
"https://varnam-nix.cachix.org"
"https://nix-community.cachix.org" "https://nix-community.cachix.org"
"https://cache.nixos.org" "https://cache.nixos.org"
]; ];
trusted-public-keys = [ trusted-public-keys = [
"varnam-nix.cachix.org-1:IduaZzaMOJmY32L11e+a4fDDq6Xnq9/NcocAPcIbX9Y="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
]; ];

View file

@ -568,22 +568,6 @@
} }
}, },
"nixpkgs_7": { "nixpkgs_7": {
"locked": {
"lastModified": 1716220750,
"narHash": "sha256-Lhhrd1ZBNXCbUupWGq6gRPIy1qMKEdcAXcjnwgVqe/U=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "641daa314d5bc1bca4b345da8eb08a130b109c79",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_8": {
"locked": { "locked": {
"lastModified": 1726108120, "lastModified": 1726108120,
"narHash": "sha256-Ji5wO1lLG99grI0qCRb6FyRPpH9tfdfD1QP/r7IlgfM=", "narHash": "sha256-Ji5wO1lLG99grI0qCRb6FyRPpH9tfdfD1QP/r7IlgfM=",
@ -637,7 +621,6 @@
"neovim-nightly": "neovim-nightly", "neovim-nightly": "neovim-nightly",
"nixpkgs": "nixpkgs_5", "nixpkgs": "nixpkgs_5",
"sops-nix": "sops-nix", "sops-nix": "sops-nix",
"varnam-nix": "varnam-nix",
"wiki": "wiki" "wiki": "wiki"
} }
}, },
@ -760,29 +743,10 @@
"type": "github" "type": "github"
} }
}, },
"varnam-nix": {
"inputs": {
"nixpkgs": "nixpkgs_7"
},
"locked": {
"lastModified": 1716722955,
"narHash": "sha256-aISfMjm7/9OQQNQ5f++TuD8wY87Bl1O0k+2snw1XLfY=",
"owner": "adtya",
"repo": "varnam-nix",
"rev": "6abc81db9438b979d67ce33459316453e6857312",
"type": "github"
},
"original": {
"owner": "adtya",
"ref": "main",
"repo": "varnam-nix",
"type": "github"
}
},
"wiki": { "wiki": {
"inputs": { "inputs": {
"flake-utils": "flake-utils_3", "flake-utils": "flake-utils_3",
"nixpkgs": "nixpkgs_8" "nixpkgs": "nixpkgs_7"
}, },
"locked": { "locked": {
"lastModified": 1726188295, "lastModified": 1726188295,

View file

@ -24,7 +24,6 @@
deploy-rs.url = "github:serokell/deploy-rs?ref=master"; deploy-rs.url = "github:serokell/deploy-rs?ref=master";
flake-utils.url = "github:numtide/flake-utils?ref=main"; flake-utils.url = "github:numtide/flake-utils?ref=main";
neovim-nightly.url = "github:nix-community/neovim-nightly-overlay?ref=master"; neovim-nightly.url = "github:nix-community/neovim-nightly-overlay?ref=master";
varnam-nix.url = "github:adtya/varnam-nix?ref=main";
adtyaxyz.url = "github:adtya/adtya.xyz?ref=main"; adtyaxyz.url = "github:adtya/adtya.xyz?ref=main";
wiki.url = "github:adtya/wiki?ref=main"; wiki.url = "github:adtya/wiki?ref=main";
}; };
@ -39,7 +38,6 @@
, deploy-rs , deploy-rs
, flake-utils , flake-utils
, neovim-nightly , neovim-nightly
, varnam-nix
, adtyaxyz , adtyaxyz
, wiki , wiki
, ,
@ -51,7 +49,7 @@
config = { config = {
allowUnfree = true; allowUnfree = true;
}; };
overlays = [ varnam-nix.overlays.default (import ./extra-packages) ]; overlays = [ (import ./extra-packages) ];
}; };
in in
{ {

View file

@ -32,14 +32,6 @@
gtk.iconCache.enable = true; gtk.iconCache.enable = true;
i18n = { i18n = {
inputMethod = {
enable = true;
type = "fcitx5";
fcitx5 = {
waylandFrontend = true;
addons = [ pkgs.fcitx5-varnam pkgs.fcitx5-gtk ];
};
};
defaultLocale = "en_IN.UTF-8"; defaultLocale = "en_IN.UTF-8";
extraLocaleSettings = { extraLocaleSettings = {
LC_ADDRESS = "en_IN.UTF-8"; LC_ADDRESS = "en_IN.UTF-8";