mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
update packages
This commit is contained in:
18
flake.lock
generated
18
flake.lock
generated
@@ -5,11 +5,11 @@
|
|||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1698970509,
|
"lastModified": 1699817941,
|
||||||
"narHash": "sha256-5n048xWGUgvqGfnVszh7/8Bv75czYO12gaZWx/KImGg=",
|
"narHash": "sha256-Yos4QFOaUOdjUu21Aira7RhllLkSiE1u2yNn/PcyBqI=",
|
||||||
"owner": "Aylur",
|
"owner": "Aylur",
|
||||||
"repo": "ags",
|
"repo": "ags",
|
||||||
"rev": "7720f98f1aaa73b2a85f70652eb9c3c1cd4485e2",
|
"rev": "54fd9cf50c428bc8760ef20f05f6daffcb821896",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -25,11 +25,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1699025595,
|
"lastModified": 1699783872,
|
||||||
"narHash": "sha256-e+o4PoSu2Z6Ww8y/AVUmMU200rNZoRK+p2opQ7Db8Rg=",
|
"narHash": "sha256-4zTwLT2LL45Nmo6iwKB3ls3hWodVP9DiSWxki/oewWE=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "8765d4e38aa0be53cdeee26f7386173e6c65618d",
|
"rev": "280721186ab75a76537713ec310306f0eba3e407",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -56,11 +56,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1698924604,
|
"lastModified": 1699781429,
|
||||||
"narHash": "sha256-GCFbkl2tj8fEZBZCw3Tc0AkGo0v+YrQlohhEGJ/X4s0=",
|
"narHash": "sha256-UYefjidASiLORAjIvVsUHG6WBtRhM67kTjEY4XfZOFs=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "fa804edfb7869c9fb230e174182a8a1a7e512c40",
|
"rev": "e44462d6021bfe23dfb24b775cc7c390844f773d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
cachix
|
cachix
|
||||||
lorri
|
lorri
|
||||||
|
|
||||||
# fix for proton games not launching without any error message
|
# gaming
|
||||||
libxcrypt
|
gamescope
|
||||||
|
|
||||||
# browsers
|
# browsers
|
||||||
firefox-wayland
|
firefox-wayland
|
||||||
chromium
|
chromium
|
||||||
@@ -19,6 +19,7 @@
|
|||||||
handbrake
|
handbrake
|
||||||
metadata-cleaner
|
metadata-cleaner
|
||||||
bitwarden
|
bitwarden
|
||||||
|
nextcloud-client
|
||||||
|
|
||||||
# chat apps
|
# chat apps
|
||||||
(import ./packages/threema-desktop.nix { inherit pkgs; })
|
(import ./packages/threema-desktop.nix { inherit pkgs; })
|
||||||
@@ -31,6 +32,7 @@
|
|||||||
# office
|
# office
|
||||||
libreoffice
|
libreoffice
|
||||||
apostrophe # markdown editor
|
apostrophe # markdown editor
|
||||||
|
AusweisApp2
|
||||||
|
|
||||||
# creative
|
# creative
|
||||||
gimp-with-plugins
|
gimp-with-plugins
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{ pkgs }: pkgs.jetbrains.idea-ultimate.overrideAttrs(prev: {
|
{ pkgs }: pkgs.jetbrains.idea-ultimate.overrideAttrs(prev: {
|
||||||
version = "2023.2.4";
|
version = "2023.2.5";
|
||||||
src = builtins.fetchurl {
|
src = builtins.fetchurl {
|
||||||
url = "https://download.jetbrains.com/idea/ideaIU-2023.2.4.tar.gz";
|
url = "https://download.jetbrains.com/idea/ideaIU-2023.2.5.tar.gz";
|
||||||
sha256 = "26fea1a8597e8124dcc24e8ed1dd6f5268e0cd1ba736bbe0e22df3f635ad280b";
|
sha256 = "1fcffaa924f60d2d74a2494ee3a69e904ae0e91b491ad373639fab61f2568624";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user