mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
clean up
This commit is contained in:
parent
9ba48339bf
commit
b05ca530eb
7 changed files with 9 additions and 28 deletions
|
|
@ -17,24 +17,9 @@
|
||||||
swaybg
|
swaybg
|
||||||
kanshi
|
kanshi
|
||||||
wlsunset
|
wlsunset
|
||||||
wayneko
|
|
||||||
xwayland-satellite
|
xwayland-satellite
|
||||||
wmname
|
wmname
|
||||||
inputs.hexecute.packages.${pkgs.stdenv.hostPlatform.system}.default
|
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" = {
|
home.file."scripts" = {
|
||||||
source = ./scripts;
|
source = ./scripts;
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,7 @@
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
matches = [
|
matches = [
|
||||||
{ app-id = "MATLAB R2022b - academic use"; }
|
{ app-id = "MATLAB R2024b - academic use"; }
|
||||||
];
|
];
|
||||||
open-floating = true;
|
open-floating = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,5 +6,6 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
libreoffice
|
libreoffice
|
||||||
onlyoffice-desktopeditors
|
onlyoffice-desktopeditors
|
||||||
|
evince
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,10 @@
|
||||||
nix-init
|
nix-init
|
||||||
wl-color-picker
|
wl-color-picker
|
||||||
(config.lib.misc.addFlags "--wayland-text-input-version=3" "cherry-studio" cherry-studio)
|
(config.lib.misc.addFlags "--wayland-text-input-version=3" "cherry-studio" cherry-studio)
|
||||||
|
loupe
|
||||||
|
showtime
|
||||||
|
nautilus
|
||||||
|
gnome-disk-utility
|
||||||
];
|
];
|
||||||
imports = [
|
imports = [
|
||||||
./eye-candy.nix
|
./eye-candy.nix
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,7 @@
|
||||||
./niri.nix
|
./niri.nix
|
||||||
./swhkd.nix
|
./swhkd.nix
|
||||||
./matlab.nix
|
./matlab.nix
|
||||||
./misc.nix
|
|
||||||
./tuigreet.nix
|
./tuigreet.nix
|
||||||
./cosmic.nix
|
# ./cosmic.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
services.todesk.enable = true;
|
|
||||||
}
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
displayManager.gdm.enable = false;
|
displayManager.gdm.enable = false;
|
||||||
desktopManager.gnome.enable = true;
|
# desktopManager.gnome.enable = true;
|
||||||
|
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
blueman.enable = true;
|
blueman.enable = true;
|
||||||
|
|
||||||
gnome.gnome-browser-connector.enable = true;
|
# gnome.gnome-browser-connector.enable = true;
|
||||||
|
|
||||||
gvfs.enable = true;
|
gvfs.enable = true;
|
||||||
|
|
||||||
|
|
@ -106,11 +106,6 @@
|
||||||
"video"
|
"video"
|
||||||
"kvm"
|
"kvm"
|
||||||
];
|
];
|
||||||
packages = with pkgs; [
|
|
||||||
nautilus
|
|
||||||
loupe
|
|
||||||
podman-compose
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue