chore: fix some outdated todos
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-02-12 09:35:07 -05:00
parent ec1fcb7a37
commit 24b184e347
5 changed files with 3 additions and 40 deletions

View file

@ -1,6 +1,5 @@
{nixpkgs-wayland, ...} @ inputs: [
(import ./dracula-theme inputs)
(import ./plymouth inputs)
(import ./spotifywm inputs)
(import ./squeekboard)

View file

@ -1,6 +0,0 @@
{plymouth-src, ...}: (final: prev: {
plymouth = prev.plymouth.overrideAttrs (o: {
version = plymouth-src.rev;
src = plymouth-src;
});
})

View file

@ -1158,24 +1158,6 @@
"type": "github"
}
},
"plymouth-src": {
"flake": false,
"locked": {
"host": "gitlab.freedesktop.org",
"lastModified": 1707269358,
"narHash": "sha256-wwXw0gMYtX4fWgeU5S+LIKIiepuVL5mV9TYxV3emO2I=",
"owner": "plymouth",
"repo": "plymouth",
"rev": "5113860332a3c2d645cb1452e2a7f51f4744c06b",
"type": "gitlab"
},
"original": {
"host": "gitlab.freedesktop.org",
"owner": "plymouth",
"repo": "plymouth",
"type": "gitlab"
}
},
"plymouth-theme-src": {
"flake": false,
"locked": {
@ -1273,7 +1255,6 @@
"pam-fprint-grosshack-src": "pam-fprint-grosshack-src",
"pcsd": "pcsd",
"persist-properties-src": "persist-properties-src",
"plymouth-src": "plymouth-src",
"plymouth-theme-src": "plymouth-theme-src",
"pointer-event-src": "pointer-event-src",
"pokemon-colorscripts-src": "pokemon-colorscripts-src",

View file

@ -145,9 +145,6 @@
type = "github";
owner = "matt1432";
repo = "nixos-pcsd";
# FIXME: OCF resources break on latest
# inputs.nixpkgs.follows = "nixpkgs";
};
# Oksys inputs
@ -300,17 +297,8 @@
};
## Overlays
plymouth-src = {
type = "gitlab";
host = "gitlab.freedesktop.org";
# Wait for https://gitlab.freedesktop.org/plymouth/plymouth/-/commit/38964e5eafdfc7d8eccf29aa65056f303cad0b25
# to reach https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/os-specific/linux/plymouth/default.nix
owner = "plymouth";
repo = "plymouth";
flake = false;
};
spotifywm-src = {
# FIXME: remove this input once this gets merged: https://github.com/NixOS/nixpkgs/pull/261501
type = "github";
owner = "dasJ";
repo = "spotifywm";

View file

@ -39,7 +39,7 @@ in {
home.packages = with pkgs; [
libsForQt5.qtstyleplugin-kvantum
qt6Packages.qtstyleplugin-kvantum #FIXME: doesn't work with qt6ct
qt6Packages.qtstyleplugin-kvantum
];
qt = {
enable = true;
@ -71,5 +71,6 @@ in {
"Kvantum/kvantum.kvconfig".text = "[General]\ntheme=Dracula";
"qt5ct/qt5ct.conf".text = qtconf + "kvantum";
"qt6ct/qt6ct.conf".text = qtconf + "kvantum";
};
}