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

View file

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

View file

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