fix the kde problem

This commit is contained in:
Noa Aarts 2025-08-29 09:53:39 +02:00
parent 24c84f64ae
commit a7ec174d5c
Signed by: noa
GPG key ID: 1850932741EFF672
3 changed files with 16 additions and 11 deletions

View file

@ -240,6 +240,13 @@
}; };
base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml";
targets.plymouth.enable = false; targets = {
plymouth.enable = false;
qt = {
enable = true;
platform = pkgs.lib.mkForce "qtct";
};
};
}; };
} }

14
flake.lock generated
View file

@ -896,11 +896,11 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1756449301, "lastModified": 1756451235,
"narHash": "sha256-v/jQoGd716Tu5EuSw553dHFso8yLHswa7UFdbMVQJCo=", "narHash": "sha256-uIVCJ9/MWiMnqXfGGFDnaR7EwvM3ii3OnPQqeYuIeCM=",
"owner": "YaLTeR", "owner": "YaLTeR",
"repo": "niri", "repo": "niri",
"rev": "2bb26f0281167982d96965cac3b0b5ee10a00d0a", "rev": "082d0581b76e280b3d26f2f01695a291f6f55f39",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1149,17 +1149,17 @@
}, },
"nixpkgs_8": { "nixpkgs_8": {
"locked": { "locked": {
"lastModified": 1755851278, "lastModified": 1756453441,
"narHash": "sha256-2TEYh2zM3VMPo/cVY4LXOzKXrbItVZ2AU4qdaGWLANw=", "narHash": "sha256-3TMJHH8ftnByFF4cB0obHvLmd3E9rn4xNjjDqDDbuIA=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "51df7c0ced79f069f0082eb26fcef8cca2a4eb50", "rev": "89650765c6d5da1e35eacd91c472a6ce83fc8aa2",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "master",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "51df7c0ced79f069f0082eb26fcef8cca2a4eb50",
"type": "github" "type": "github"
} }
}, },

View file

@ -2,9 +2,7 @@
description = "Nixos config flake"; description = "Nixos config flake";
inputs = { inputs = {
# nixpkgs.url = "github:nixos/nixpkgs/master"; nixpkgs.url = "github:nixos/nixpkgs/master";
nixpkgs.url = "github:nixos/nixpkgs/51df7c0ced79f069f0082eb26fcef8cca2a4eb50";
# nixpkgs.url = "/home/noa/Documents/programming/nixpkgs";
# nix based ssg # nix based ssg
nixsg.url = "github:itepastra/nixsg/no-md-parser"; nixsg.url = "github:itepastra/nixsg/no-md-parser";