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 = {
file = {
fonts = {
enable = osConfig.programs.steam.enable;
source = config.lib.file.mkOutOfStoreSymlink "/run/current-system/sw/share/X11/fonts";
target = ".local/share/fonts";
};
kvantum = {
enable = config.programs.plasma.enable;
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 = {
fish.enable = true;
nh.enable = true;

24
flake.lock generated
View file

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

View file

@ -2,18 +2,10 @@
{
# Configure input methods
i18n = {
inputMethod = {
i18n.inputMethod = {
enabled = "fcitx5";
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
services.kanata = {

View file

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