Revert "Switch to hyprland flake"

This reverts commit 1dbc476b8c.
This commit is contained in:
2024-05-24 00:04:53 +02:00
parent 2ce97c825a
commit e54e88e1e9
8 changed files with 29 additions and 52 deletions

View File

@@ -1,6 +0,0 @@
{ pkgs, ... }: {
nix.settings = {
substituters = [ "https://hyprland.cachix.org" ];
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
};
}

View File

@@ -1,5 +0,0 @@
{ inputs, self, pks, ... }: {
imports = [
./cachix.nix
];
}

View File

@@ -4,7 +4,6 @@
imports = [
./hardware-configuration.nix
../../system/monitoring.nix
../common
];
# Sops stuff
@@ -94,7 +93,6 @@
services.xserver.windowManager.i3.enable = true;
programs.hyprland = {
enable = true;
# package = inputs.hyprland.packages.${pkgs.system}.hyprland;
xwayland.enable = true;
portalPackage = pkgs.xdg-desktop-portal-hyprland;
};

View File

@@ -1,10 +1,7 @@
{ config, lib, pkgs, ... }:
{
imports = [
./hardware-configuration.nix
../common
];
imports = [ ./hardware-configuration.nix ];
# Bootloader stuff
boot.kernelParams = [