This commit is contained in:
EdenQwQ 2026-01-10 19:44:20 +08:00
parent 9ba48339bf
commit b05ca530eb
7 changed files with 9 additions and 28 deletions

View file

@ -17,24 +17,9 @@
swaybg
kanshi
wlsunset
wayneko
xwayland-satellite
wmname
inputs.hexecute.packages.${pkgs.stdenv.hostPlatform.system}.default
(inputs.quickshell.packages.${pkgs.stdenv.hostPlatform.system}.default.overrideAttrs (oldAttrs: {
buildInputs =
oldAttrs.buildInputs
++ (
with pkgs.qt6;
with pkgs.kdePackages;
[
qt5compat
qtpositioning
kirigami
syntax-highlighting
]
);
}))
];
home.file."scripts" = {
source = ./scripts;

View file

@ -108,7 +108,7 @@
}
{
matches = [
{ app-id = "MATLAB R2022b - academic use"; }
{ app-id = "MATLAB R2024b - academic use"; }
];
open-floating = true;
}

View file

@ -6,5 +6,6 @@
home.packages = with pkgs; [
libreoffice
onlyoffice-desktopeditors
evince
];
}

View file

@ -44,6 +44,10 @@
nix-init
wl-color-picker
(config.lib.misc.addFlags "--wayland-text-input-version=3" "cherry-studio" cherry-studio)
loupe
showtime
nautilus
gnome-disk-utility
];
imports = [
./eye-candy.nix

View file

@ -5,8 +5,7 @@
./niri.nix
./swhkd.nix
./matlab.nix
./misc.nix
./tuigreet.nix
./cosmic.nix
# ./cosmic.nix
];
}

View file

@ -1,3 +0,0 @@
{
services.todesk.enable = true;
}

View file

@ -33,7 +33,7 @@
services = {
displayManager.gdm.enable = false;
desktopManager.gnome.enable = true;
# desktopManager.gnome.enable = true;
xserver = {
enable = true;
@ -57,7 +57,7 @@
blueman.enable = true;
gnome.gnome-browser-connector.enable = true;
# gnome.gnome-browser-connector.enable = true;
gvfs.enable = true;
@ -106,11 +106,6 @@
"video"
"kvm"
];
packages = with pkgs; [
nautilus
loupe
podman-compose
];
};
environment = {