This commit is contained in:
death916 2025-12-26 00:46:42 -08:00
commit 8fb14c58f3
12 changed files with 673 additions and 251 deletions

View file

@ -21,7 +21,7 @@
programs.helix = {
enable = true;
settings = {
theme = "autumn_night_transparent";
# theme = "autumn_night_transparent"; # Managed by stylix
editor = {
cursor-shape = {
normal = "block";

View file

@ -25,6 +25,7 @@
services.desktopManager.cosmic.enable = true;
# services.displayManager.cosmic-greeter.enable = true;
services.desktopManager.cosmic.xwayland.enable = true;
services.system76-scheduler.enable = true;
# This is to fix clementine gui not showing up on wayland
environment.variables.QT_QPA_PLATFORM = "wayland";
@ -35,8 +36,8 @@
enable = true;
xwayland.enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
# portalPackage =
# inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
portalPackage =
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};
environment.systemPackages = with pkgs; [
@ -45,6 +46,7 @@
vim
wget
unstablePkgs.tailscale
unstablePkgs.cosmic-session
halloy
conda
inputs.flox.packages.${pkgs.system}.flox