Updating
This commit is contained in:
parent
91f5919bbe
commit
04d3271ce8
2 changed files with 96 additions and 74 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue