fix styles

This commit is contained in:
Daniel Lovbrotte Olsen 2023-11-30 10:16:03 +01:00
parent 2a6a33e392
commit a4b860a99e
3 changed files with 10 additions and 12 deletions

View File

@ -79,27 +79,27 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1701156937,
"narHash": "sha256-jpMJOFvOTejx211D8z/gz0ErRtQPy6RXxgD2ZB86mso=",
"lastModified": 1701263465,
"narHash": "sha256-lNXUIlkfyDyp9Ox21hr+wsEf/IBklLvb6bYcyeXbdRc=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "7c4c20509c4363195841faa6c911777a134acdf3",
"rev": "50aa30a13c4ab5e7ba282da460a3e3d44e9d0eb3",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-23.11",
"repo": "nixpkgs",
"rev": "50aa30a13c4ab5e7ba282da460a3e3d44e9d0eb3",
"type": "github"
}
},
"nur": {
"locked": {
"lastModified": 1701308551,
"narHash": "sha256-qMcu9E+TyzCe7BirjzVdgPsNPNGyI8BQ+bVZKlBKY38=",
"lastModified": 1701326726,
"narHash": "sha256-Aqz4GqQzw5sxIavISxxDGDnAp/xezosbVZ7LWS0Cr2M=",
"owner": "nix-community",
"repo": "NUR",
"rev": "940a70ca002a96ddeb74335afbcc3a5389fda6af",
"rev": "428ed7870c61b0ed6764af9970f6cdefbca9bb1c",
"type": "github"
},
"original": {

View File

@ -5,7 +5,8 @@
# nixConfig.exta-trusted-public-keys = "cache.dodsorf.as:FYKGadXTyI2ax8mirBTOjEqS/8PZKAWxiJVOBjESQXc=";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
# nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
nixpkgs.url = "github:nixos/nixpkgs/50aa30a13c4ab5e7ba282da460a3e3d44e9d0eb3";
home-manager.url = "github:nix-community/home-manager/release-23.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs";

View File

@ -47,8 +47,6 @@ in
export XDG_CURRENT_DESKTOP=kde
export DESKTOP_SESSION=kde
export QT_STYLE_OVERRIDE="breeze"
'';
windowManager = {
@ -142,7 +140,7 @@ in
gtk = {
enable = false;
enable = true;
theme = {
package = pkgs.breeze-gtk;
name = "Breeze";
@ -154,7 +152,6 @@ in
};
qt = {
enable = true;
#useGtkTheme = true;
platformTheme = "gtk";
};