Compare commits

...

3 Commits

Author SHA1 Message Date
Flake Bot
8bc0d8ce62 Bump flake.lock
Some checks are pending
Flake.lock / build (push) Waiting to run
Signed-off-by: Flake Bot <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-15 20:06:43 +00:00
5efd78b9ac revert some changes 2024-10-15 22:05:40 +02:00
f63add476a add dynamically linked exec 2024-10-15 21:49:32 +02:00
3 changed files with 9 additions and 16 deletions

View File

@ -161,11 +161,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1728492678,
"narHash": "sha256-9UTxR8eukdg+XZeHgxW5hQA9fIKHsKCdOIUycTryeVw=",
"lastModified": 1728888510,
"narHash": "sha256-nsNdSldaAyu6PE3YUA+YQLqUDJh+gRbBooMMekZJwvI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5633bcff0c6162b9e4b5f1264264611e950c8ec7",
"rev": "a3c0b3b21515f74fd2665903d4ce6bc4dc81c77c",
"type": "github"
},
"original": {
@ -176,11 +176,11 @@
},
"nur": {
"locked": {
"lastModified": 1728989467,
"narHash": "sha256-HHdnfi+mps/5ir620XViqAtC3p59v422migqNHzW2E4=",
"lastModified": 1729021610,
"narHash": "sha256-4FiOe8s3+NPOqr3MEJPFbcxj2HJUx2d0tXJQL5e9+j8=",
"owner": "nix-community",
"repo": "NUR",
"rev": "64526fb085fd7b042f800bfd06b66982fabe70d4",
"rev": "b6d031a4e7779aa86d54564955a1b2de2660435d",
"type": "github"
},
"original": {
@ -199,11 +199,11 @@
]
},
"locked": {
"lastModified": 1728750492,
"narHash": "sha256-9IHlIsH4gLqQjS2lFbEnsl/ItdqzBBLWLsyXS0k0jf8=",
"lastModified": 1729011811,
"narHash": "sha256-lNzTx9nUEaezJJ77Zm1IkOzTdak9i1n+EP08Z4Ef7xY=",
"owner": "nix-community",
"repo": "plasma-manager",
"rev": "c6d4b6f3e0138c08f37d66fcfbcbe37dab08f108",
"rev": "a9960fef15f27eb24ab172290c3febc2f1e66fd9",
"type": "github"
},
"original": {

View File

@ -25,7 +25,6 @@
kdePackages.plasma-browser-integration
python312Packages.kde-material-you-colors
python312Packages.pywal
plasmusic-toolbar
]);
system.activationScripts.deleteFile = ''

View File

@ -1,8 +1,5 @@
{ pkgs, ... }:
{
# Workaround for Warhammer Login Issue
security.pki.certificateFiles = [ ../../../dotfiles/api.neocoregames.com.cert ];
nixpkgs.config.packageOverrides = pkgs: {
steam = pkgs.steam.override {
extraPkgs = pkgs: with pkgs; [
@ -28,9 +25,6 @@
environment.systemPackages =
(with pkgs; [
gamescope
jq
jql
python312Packages.jq
mangohud
protonup-qt
]);