mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
Merge branch 'main' of https://github.com/death916/nixconfig
This commit is contained in:
commit
8fb14c58f3
12 changed files with 673 additions and 251 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue