This commit is contained in:
Chris Cochrun 2025-04-22 15:02:08 -05:00
parent 91f5919bbe
commit 04d3271ce8
2 changed files with 96 additions and 74 deletions

View file

@ -160,11 +160,11 @@ in {
qt = {
enable = true;
# style.package = [
# inputs.darkly.packages.${pkgs.system}.darkly-qt5
# inputs.darkly.packages.${pkgs.system}.darkly-qt6
style.package = [
inputs.darkly.packages.${pkgs.system}.darkly-qt5
inputs.darkly.packages.${pkgs.system}.darkly-qt6
# pkgs.kdePackages.callPackage ../pkgs/darkly-pkg.nix { }
# ];
];
platformTheme.name = "qtct";
};
@ -1205,7 +1205,7 @@ in {
enable = true;
shellAliases = {
# ls = "eza -l";
la = "ls -la";
# la = "ls -la";
mpf = "mpv --profile=fast";
mps = "mpv --profile=slow";
ec = "emacsclient -t";
@ -1217,7 +1217,7 @@ in {
sysuse = "systemctl --user";
myip = "curl icanhazip.com";
nixs = "nix search nixpkgs";
ytd = "yt-dlp -o '~/Videos/%(title)s.%(ext)s'";
# ytd = "yt-dlp -o '~/Videos/%(title)s.%(ext)s'";
};
configFile = {
text = ''