This commit is contained in:
Robin
2026-06-02 20:21:32 +02:00
parent 12ab25c8f0
commit ab20bbd8c4
8 changed files with 302 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
environment.systemPackages = (with pkgs; [
rofi
hyprcursor
swww
awww
hyprland
hyprlock
hyprsunset
@@ -10,6 +10,6 @@
programs.hyprland = {
enable = true;
withUWSM = true; # recommended for most users
#xwayland.enable = true;
xwayland.enable = true;
};
}

3
custom/mango.nix Normal file
View File

@@ -0,0 +1,3 @@
{ config, pkgs, ... }:{
programs.mangowc.enable = true;
}

View File

@@ -15,7 +15,6 @@
zsh
stow
git
firefox
kanata
bat
kdePackages.kdeconnect-kde
@@ -50,7 +49,7 @@
noisetorch
signal-desktop
element-desktop
revolt-desktop
stoat-desktop
localsend
mpd
ghostty
@@ -88,15 +87,12 @@
home-manager
iperf3
vesktop
lutris
btop-rocm
lm_sensors
pipes
cbonsai
inkscape
asciiquarium-transparent
wireshark
termshark
monero-gui
rmpc
yt-dlp
@@ -105,22 +101,16 @@
croc
spotdl
supertuxkart
testdisk
testdisk-qt
htop
ungoogled-chromium
syncthing
samba
sssnake
droidcam
obs-studio-plugins.droidcam-obs
nitch
tomb
wine
linux-wallpaperengine
fusee-nano
ppsspp
alvr
lact
librewolf
nvtopPackages.amd
@@ -131,5 +121,13 @@
spotify
ryubing
termdown
mumble
cinny-desktop
cargo
lua
]);
nixpkgs.config.permittedInsecurePackages = [
"electron-38.8.4"
];
}

View File

@@ -8,7 +8,8 @@ services = {
enable = true;
package = pkgs.openrgb-with-all-plugins;
motherboard = "amd";
startupProfile = "meow";
startupProfile = "none";
server.port = 6742;
};
sunshine = {
enable = true;