Update flake

This commit is contained in:
Invariantspace 2024-03-23 19:27:31 -07:00
parent 0a4549c9a8
commit 683af170a3
5 changed files with 30 additions and 23 deletions

40
flake.lock generated
View file

@ -88,11 +88,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1711122977, "lastModified": 1711133180,
"narHash": "sha256-EnHux7wf7/7r+YMv8d/Ym1OTllp4sqqq0Bws1a4s2Zo=", "narHash": "sha256-WJOahf+6115+GMl3wUfURu8fszuNeJLv9qAWFQl3Vmo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "19b87b9ae6ecfd81104a2a36ef8364f1de1b54b1", "rev": "1c2c5e4cabba4c43504ef0f8cc3f3dfa284e2dbb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -107,11 +107,11 @@
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1710915975, "lastModified": 1711231487,
"narHash": "sha256-yOc0AD6ba7mbialNciZGzuSQLMo4CopoZGEfcUugA4I=", "narHash": "sha256-dRdFjStMA7GeuD/V4vzKblzuHwxMPgzEboRleVdZlUM=",
"owner": "Jovian-Experiments", "owner": "Jovian-Experiments",
"repo": "Jovian-NixOS", "repo": "Jovian-NixOS",
"rev": "179d73fbe14c5bdb835d10bcc1c783466112bfa6", "rev": "1171169117f63f1de9ef2ea36efd8dcf377c6d5a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -169,11 +169,11 @@
"yorha-sound-theme": "yorha-sound-theme" "yorha-sound-theme": "yorha-sound-theme"
}, },
"locked": { "locked": {
"lastModified": 1710628610, "lastModified": 1711247107,
"narHash": "sha256-Oo4hQfDwVhS1vga+tk03OUqfSffXVhw7zyx1Nhdz+po=", "narHash": "sha256-OlYhh7sHJGbyEH8imtyKqCHAxVVq27+hPvTzLmx7LSY=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "d5adba5b552d87b48a4ef3289cd00b1b82b05f14", "rev": "6e0d3eb6a053ef1d8069acc1a89a35a1bea2ab30",
"revCount": 13, "revCount": 14,
"type": "git", "type": "git",
"url": "https://forgejo.invariantspace.com/macronova/nix-custom" "url": "https://forgejo.invariantspace.com/macronova/nix-custom"
}, },
@ -301,11 +301,11 @@
}, },
"nixpkgs_6": { "nixpkgs_6": {
"locked": { "locked": {
"lastModified": 1710451336, "lastModified": 1711163522,
"narHash": "sha256-pP86Pcfu3BrAvRO7R64x7hs+GaQrjFes+mEPowCfkxY=", "narHash": "sha256-YN/Ciidm+A0fmJPWlHBGvVkcarYWSC+s3NTPk/P+q3c=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d691274a972b3165335d261cc4671335f5c67de9", "rev": "44d0940ea560dee511026a53f0e2e2cde489b4d4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -317,11 +317,11 @@
}, },
"nixpkgs_7": { "nixpkgs_7": {
"locked": { "locked": {
"lastModified": 1711001935, "lastModified": 1711163522,
"narHash": "sha256-URtGpHue7HHZK0mrHnSf8wJ6OmMKYSsoLmJybrOLFSQ=", "narHash": "sha256-YN/Ciidm+A0fmJPWlHBGvVkcarYWSC+s3NTPk/P+q3c=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "20f77aa09916374aa3141cbc605c955626762c9a", "rev": "44d0940ea560dee511026a53f0e2e2cde489b4d4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -430,11 +430,11 @@
"wallpaper-engine-plasma5-plugin": { "wallpaper-engine-plasma5-plugin": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1708352840, "lastModified": 1710844534,
"narHash": "sha256-FnEsiGbzaqdb6zTy0IA74DxhiPkyS1WudmCLTLwz+3o=", "narHash": "sha256-zVXvyUiigqIOKBKBv82SyjrEnoCNrc+o9Rkc8JXQt98=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "e803d26b050f8b85c03c69aa2544bbb3562451ae", "rev": "34f7f01acba3bc8f94d478032cf86aef06b02d26",
"revCount": 570, "revCount": 572,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/catsout/wallpaper-engine-kde-plugin" "url": "https://github.com/catsout/wallpaper-engine-kde-plugin"

View file

@ -41,7 +41,7 @@
}; };
nixpkgs = { nixpkgs = {
config.allowUnfree = true; config.allowUnfree = true;
overlays = [ nix-custom.overlay ]; overlays = [ nix-custom.overlays.default ];
}; };
}) })
]; ];

View file

@ -25,8 +25,8 @@ let usr = config.constants.userName; in {
telegram-desktop telegram-desktop
thunderbird thunderbird
wallpaper-engine-plasma6-plugin wallpaper-engine-plasma6-plugin
wineWowPackages.waylandFull
winetricks winetricks
wineWowPackages.waylandFull
yorha-sound-theme yorha-sound-theme
# yuzu # yuzu
] ++ (with kdePackages;[ ] ++ (with kdePackages;[

View file

@ -3,7 +3,6 @@
{ {
# Configure input methods # Configure input methods
i18n = { i18n = {
defaultLocale = "en_US.UTF-8";
inputMethod = { inputMethod = {
enabled = "fcitx5"; enabled = "fcitx5";
fcitx5.addons = with pkgs; [ fcitx5-nord fcitx5-rime ]; fcitx5.addons = with pkgs; [ fcitx5-nord fcitx5-rime ];

View file

@ -13,8 +13,16 @@ in
ppsspp ppsspp
]; ];
}) })
winetricks
wineWowPackages.waylandFull
# yuzu # yuzu
]; ];
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"
];
jovian = { jovian = {
devices.steamdeck = { devices.steamdeck = {
enable = true; enable = true;