Update flake

This commit is contained in:
Invariantspace 2024-06-28 17:14:24 -07:00
parent d79dff22a2
commit 148fa76155
No known key found for this signature in database
GPG key ID: EBC4A20067373921
4 changed files with 22 additions and 29 deletions

View file

@ -26,11 +26,6 @@ in
{ {
home = { home = {
file = { file = {
fonts = {
enable = osConfig.programs.steam.enable;
source = config.lib.file.mkOutOfStoreSymlink "/run/current-system/sw/share/X11/fonts";
target = ".local/share/fonts";
};
kvantum = { kvantum = {
enable = config.programs.plasma.enable; enable = config.programs.plasma.enable;
target = ".config/Kvantum/kvantum.kvconfig"; target = ".config/Kvantum/kvantum.kvconfig";
@ -125,6 +120,13 @@ in
}; };
}; };
i18n.supportedLocales = [
"C.UTF-8/UTF-8"
"en_US.UTF-8/UTF-8"
"ja_JP.UTF-8/UTF-8"
"zh_CN.UTF-8/UTF-8"
];
programs = { programs = {
fish.enable = true; fish.enable = true;
nh.enable = true; nh.enable = true;

24
flake.lock generated
View file

@ -37,11 +37,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1719451710, "lastModified": 1719582740,
"narHash": "sha256-h+bFEQHQ46pBkEsOXbxmmY6QNPPGrgpDbNlHtAKG49M=", "narHash": "sha256-s4WsLu2L8EzF5Hg2TkelFLVhKGL108AySnlw8voPe5U=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "8767dbf5d723b1b6834f4d09b217da7c31580d58", "rev": "115311bc395f24c1b553338fec4b3aa28cbf5ae2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -86,11 +86,11 @@
}, },
"hardware": { "hardware": {
"locked": { "locked": {
"lastModified": 1719487696, "lastModified": 1719552654,
"narHash": "sha256-pCsl9qFCuIuhIfGH03CiBOsy1LNwITC6VMb6/5tz+Qc=", "narHash": "sha256-PX3msbC5KdwCDnucGtir3qzlzv+1fuiU4tk17nljFIE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "14aadcba1a26c8c142453839f888afd0db8b2041", "rev": "3980e7816c99d9e4da7a7b762e5b294055b73b2f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -104,11 +104,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1719438532, "lastModified": 1719588253,
"narHash": "sha256-/Vmso2ZMoFE3M7d1MRsQ2K5sR8CVKnrM6t1ys9Xjpz4=", "narHash": "sha256-A03i8xiVgP14DCmV5P7VUv37eodCjY4e1iai0b2EuuM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "1a4f12ae0bda877ec4099b429cf439aad897d7e9", "rev": "7e68e55d2e16d3a1e92a679430728c35a30fd24e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -277,11 +277,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1718895438, "lastModified": 1719254875,
"narHash": "sha256-k3JqJrkdoYwE3fHE6xGDY676AYmyh4U2Zw+0Bwe5DLU=", "narHash": "sha256-ECni+IkwXjusHsm9Sexdtq8weAq/yUyt1TWIemXt3Ko=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d603719ec6e294f034936c0d0dc06f689d91b6c3", "rev": "2893f56de08021cffd9b6b6dfc70fd9ccd51eb60",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -2,17 +2,9 @@
{ {
# Configure input methods # Configure input methods
i18n = { i18n.inputMethod = {
inputMethod = { enabled = "fcitx5";
enabled = "fcitx5"; fcitx5.addons = with pkgs; [ fcitx5-nord fcitx5-rime ];
fcitx5.addons = with pkgs; [ fcitx5-nord fcitx5-rime ];
};
supportedLocales = [
"C.UTF-8/UTF-8"
"en_US.UTF-8/UTF-8"
"ja_JP.UTF-8/UTF-8"
"zh_CN.UTF-8/UTF-8"
];
}; };
# Configure keyboard mapping # Configure keyboard mapping

View file

@ -6,7 +6,6 @@ let
in in
{ {
home-manager.users.${usr} = { home-manager.users.${usr} = {
home.packages = with jovianPkgs; [ home.packages = with jovianPkgs; [
feishin feishin
lutris lutris