update to 25.11
This commit is contained in:
parent
8fbb5dea72
commit
4efebf051a
13 changed files with 118 additions and 74 deletions
|
|
@ -42,5 +42,7 @@
|
|||
home.packages = with pkgs; [
|
||||
kdePackages.dolphin
|
||||
voicevox
|
||||
vkbasalt
|
||||
hashcat
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
pkgs,
|
||||
hyprlanddots,
|
||||
nvimDotfiles,
|
||||
dankMaterialShell,
|
||||
...
|
||||
}: {
|
||||
home.activation.HyprlandDots = lib.hm.dag.entryAfter ["linkGeneration"] ''
|
||||
|
|
@ -11,7 +12,7 @@
|
|||
umask 022
|
||||
repo=${lib.escapeShellArg hyprlanddots}
|
||||
nvimrepo=${lib.escapeShellArg nvimDotfiles}
|
||||
dmsConfig="${pkgs.dankMaterialShell}/etc/xdg/quickshell/dms"
|
||||
dmsConfig="${dankMaterialShell}/etc/xdg/quickshell/dms"
|
||||
mkdir -p "${config.xdg.configHome}"
|
||||
copy_dir() {
|
||||
src="$1"; dest="$2"; skip="''${3:-true}"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
desmume
|
||||
ryujinx
|
||||
# ryujinx
|
||||
retroarch
|
||||
waydroid
|
||||
rpcs3
|
||||
|
|
|
|||
|
|
@ -12,4 +12,6 @@
|
|||
cliphist
|
||||
];
|
||||
home.sessionPath = ["${pkgs.quickshell}/bin"];
|
||||
|
||||
programs.dankMaterialShell.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue