这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged

lol #34

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions pkgs/astronaut-sddm-theme/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
sources,
qtgraphicaleffects,
qtmultimedia,
qtquickcontrols,
phonon,
phonon-backend-gstreamer,
gst_all_1,
mkDerivation,
}:
mkDerivation {
inherit (sources.astronaut-sddm-theme) src pname version;
propagatedUserEnvPkgs = [qtgraphicaleffects qtquickcontrols2 qtsvg sddm];
installPhase = ''
mkdir -p $out/share/sddm/themes
cp -r ./. $out/share/sddm/themes/astronaut-sddm-theme
#cp ${./theme.conf} $out/share/sddm/themes/astronaut-sddm-theme/theme.conf
'';
}
2 changes: 1 addition & 1 deletion pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ in {
stdenv = prev.clangStdenv;
gtk3Support = true;
};
mySddmTheme = prev.plasma5Packages.callPackage ./aerial-sddm-theme {inherit sources;};
mySddmTheme = prev.plasma5Packages.callPackage ./astronaut-sddm-theme {inherit sources;};
}
4 changes: 4 additions & 0 deletions pkgs/nvfetcher.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ fetch.github = "catppuccin/spicetify"
src.git = "https://github.com/replaycoding/aerial-sddm-theme"
fetch.github = "replaycoding/aerial-sddm-theme"

[aerial-sddm-theme]
src.git = "https://github.com/Keyitdev/sddm-astronaut-theme"
fetch.github = "Keyitdev/sddm-astronaut-theme"

[copilot-vim]
src.git = "https://github.com/github/copilot.vim"
fetch.github = "github/copilot.vim"
Expand Down
4 changes: 4 additions & 0 deletions sys/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,8 @@ in {
environment.pathsToLink = [
"/share/zsh"
];

fonts.fonts = [
pkgs.roboto-mono
];
}
2 changes: 1 addition & 1 deletion sys/nix/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
displayManager = {
sddm = {
enable = true;
theme = "aerial-sddm-theme";
theme = "sddm-astronaut-theme";
};
defaultSession = "hyprland";
};
Expand Down