mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
update flakes
This commit is contained in:
parent
fed3d65b9c
commit
621b9c2cb4
12 changed files with 197 additions and 177 deletions
|
|
@ -28,4 +28,5 @@
|
|||
recursive = true;
|
||||
};
|
||||
home.sessionVariables.QT_QPA_PLATFORMTHEME = "gtk3";
|
||||
services.wl-clip-persist.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -69,6 +69,8 @@ in
|
|||
# };
|
||||
# in
|
||||
# "${dankMaterialShell}/etc/xdg/quickshell/DankMaterialShell" |> lib.mkForce;
|
||||
programs.dankMaterialShell.quickshell.package =
|
||||
inputs.quickshell.packages.${pkgs.system}.quickshell;
|
||||
xdg.configFile."DankMaterialShell/stylix-colors.json".text = builtins.toJSON colorTheme;
|
||||
xdg.configFile."DankMaterialShell/settings.json".text = # json
|
||||
''
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
density = "comfortable";
|
||||
floating = true;
|
||||
showCapsule = true;
|
||||
outerCorners = false;
|
||||
widgets = {
|
||||
center = [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
./zathura.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
libreoffice
|
||||
inputs.nixpkgs-stable.legacyPackages.${pkgs.system}.libreoffice
|
||||
inputs.nixpkgs-stable.legacyPackages.${pkgs.system}.onlyoffice-desktopeditors
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
socat
|
||||
pandoc
|
||||
# typst
|
||||
du-dust
|
||||
dust
|
||||
killall
|
||||
htop
|
||||
gparted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue