Compare commits

..

No commits in common. "e4ef3f0874cf6297f193925aae1dac2d36e08b0f" and "d5ce316a887afd2d722711290ae99f1ac4f9c6b5" have entirely different histories.

6 changed files with 29 additions and 29 deletions

37
flake.lock generated
View file

@ -245,6 +245,7 @@
}
},
"flake-compat_3": {
"flake": false,
"locked": {
"lastModified": 1733328505,
"narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
@ -424,11 +425,11 @@
]
},
"locked": {
"lastModified": 1737465171,
"narHash": "sha256-R10v2hoJRLq8jcL4syVFag7nIGE7m13qO48wRIukWNg=",
"lastModified": 1735882644,
"narHash": "sha256-3FZAG+pGt3OElQjesCAWeMkQ7C/nB1oTHLRQ8ceP110=",
"owner": "cachix",
"repo": "git-hooks.nix",
"rev": "9364dc02281ce2d37a1f55b6e51f7c0f65a75f17",
"rev": "a5a961387e75ae44cc20f0a57ae463da5e959656",
"type": "github"
},
"original": {
@ -526,11 +527,11 @@
]
},
"locked": {
"lastModified": 1740347597,
"narHash": "sha256-st5q9egkPGz8TUcVVlIQX7y6G3AzHob+6M963bwVq74=",
"lastModified": 1737630279,
"narHash": "sha256-wJQCxyMRc4P26zDrHmZiRD5bbfcJpqPG3e2djdGG3pk=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "12e26a74e5eb1a31e13daaa08858689e25ebd449",
"rev": "0db5c8bfcce78583ebbde0b2abbc95ad93445f7c",
"type": "github"
},
"original": {
@ -1058,11 +1059,11 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1740408283,
"narHash": "sha256-2xECnhgF3MU9YjmvOkrRp8wRFo2OjjewgCtlfckhL5s=",
"lastModified": 1739903703,
"narHash": "sha256-w2tTcjx39lJoPDaFbIxi+INIjAKE0jbIx9TNjj9ghmg=",
"owner": "nix-community",
"repo": "NUR",
"rev": "496a4a11162bdffb9a7b258942de138873f019f7",
"rev": "2215ad5c4347f522523715e809f5f2022509f504",
"type": "github"
},
"original": {
@ -1189,11 +1190,11 @@
"tinted-zed": "tinted-zed"
},
"locked": {
"lastModified": 1740769934,
"narHash": "sha256-iyxUwII/NQNClT77VqQiDpaXJz1r0Z8tNVxgY64mLak=",
"lastModified": 1740241659,
"narHash": "sha256-2CXyPERfW6rm9R7nV73orfEsuqMlP/LoAfMUBK4s2jE=",
"owner": "danth",
"repo": "stylix",
"rev": "de4ee5899042801b62f988687acd454d4d411075",
"rev": "3a686a20b8f4dc026e561c1c5a85671c8cfeeb4f",
"type": "github"
},
"original": {
@ -1351,11 +1352,11 @@
"tinted-schemes": {
"flake": false,
"locked": {
"lastModified": 1740351358,
"narHash": "sha256-Hdk850xgAd3DL8KX0AbyU7tC834d3Lej1jOo3duWiOA=",
"lastModified": 1737565458,
"narHash": "sha256-y+9cvOA6BLKT0WfebDsyUpUa/YxKow9hTjBp6HpQv68=",
"owner": "tinted-theming",
"repo": "schemes",
"rev": "a1bc2bd89e693e7e3f5764cfe8114e2ae150e184",
"rev": "ae31625ba47aeaa4bf6a98cf11a8d4886f9463d9",
"type": "github"
},
"original": {
@ -1367,11 +1368,11 @@
"tinted-tmux": {
"flake": false,
"locked": {
"lastModified": 1740272597,
"narHash": "sha256-/etfUV3HzAaLW3RSJVwUaW8ULbMn3v6wbTlXSKbcoWQ=",
"lastModified": 1735737224,
"narHash": "sha256-FO2hRBkZsjlIRqzNHCPc/52yxg11kHGA8MEtSun9RwE=",
"owner": "tinted-theming",
"repo": "tinted-tmux",
"rev": "b6c7f46c8718cc484f2db8b485b06e2a98304cd0",
"rev": "aead506a9930c717ebf81cc83a2126e9ca08fa64",
"type": "github"
},
"original": {

View file

@ -167,7 +167,6 @@
./nixos/configs/music-server
./nixos/configs/fonts-linux.nix
./nixos/overlays/fixup-nheko
./nixos/overlays/fixup-signal
./nixos/overlays/fixup-imhex.nix
./nixos/overlays/customize-gajim

View file

@ -2,7 +2,7 @@
# Theming for Nix.
#
# vim: et:ts=2:sw=2:
{ stylix, pkgs, ... }:
{ stylix, ... }:
{
imports = [
stylix.nixosModules.stylix
@ -28,8 +28,6 @@
cursor.package = pkgs.phinger-cursors;
cursor.name = "phinger-cursors-light";
cursor.size = 24;
targets.qt.platform = "qtct";
};
}
)

View file

@ -56,7 +56,7 @@ in
# rust
fill-labs.dependi
#rust-lang.rust-analyzer
rust-lang.rust-analyzer
njpwerner.autodocstring
# python

View file

@ -1,5 +1,5 @@
#
# Forces nheko to work properly.
# Forces nheko to use Xorg instead of wayland.
#
# vim: et:ts=2:sw=2:
#
@ -9,10 +9,12 @@ let
nheko = prev'.nheko.overrideAttrs (
final: prev: {
preFixup = prev.preFixup + ''
qtWrapperArgs+=(--unset QT_STYLE_OVERRIDE)
'';
# Patches from pennae ^-^
patches = prev.patches ++ [
./nheko-del.patch
./nheko-search.patch
./timeline-read-color.patch
];
}
);
};

View file

@ -117,10 +117,10 @@ with pkgs;
# Comms.
#mattermost-desktop
#nheko
signal-desktop
signal-export
obs-studio
whatsie
# Browsers.
firefox