non important commit

This commit is contained in:
maxstrb 2025-12-16 18:08:42 +01:00
parent b595aad68c
commit 8f8fb5e0e0
3 changed files with 3 additions and 16 deletions

View file

@ -1,8 +1,4 @@
{ {pkgs, ...}: {
pkgs,
inputs,
...
}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wl-clipboard wl-clipboard
libsForQt5.qt5.qtquickcontrols2 libsForQt5.qt5.qtquickcontrols2
@ -24,8 +20,8 @@
hyprland = { hyprland = {
enable = true; enable = true;
withUWSM = true; withUWSM = true;
package = inputs.hyprland.packages."x86_64-linux".hyprland; package = pkgs.hyprland;
portalPackage = inputs.hyprland.packages."x86_64-linux".xdg-desktop-portal-hyprland; portalPackage = pkgs.xdg-desktop-portal-hyprland;
}; };
}; };

View file

@ -15,10 +15,6 @@
url = "github:danth/stylix"; url = "github:danth/stylix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
hyprland = {
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser = { zen-browser = {
url = "github:0xc000022070/zen-browser-flake"; url = "github:0xc000022070/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View file

@ -71,13 +71,8 @@
html = { html = {
enable = true; enable = true;
lsp.servers = [ lsp.servers = [
<<<<<<< HEAD
"superhtml"
"emmet-ls"
=======
"emmet-ls" "emmet-ls"
"superhtml" "superhtml"
>>>>>>> d8e7e28 (dunno)
]; ];
}; };