revert back to hypr config, easier

This commit is contained in:
Benjamin Palko 2024-07-21 16:11:06 -04:00
parent 5f12976920
commit 2191be6255
17 changed files with 377 additions and 229 deletions

View file

@ -1,11 +1,6 @@
{ config, pkgs, ... }:
{
imports = [
./gtk.nix
./hypridle.nix
./hyprland.nix
./hyprlock.nix
];
imports = [ ./gtk.nix ];
home.pointerCursor = {
gtk.enable = true;
@ -15,7 +10,21 @@
size = 24;
};
home.packages = with pkgs; [
rofi-wayland
swaynotificationcenter
];
programs.pywal.enable = true;
programs.waybar = {
enable = true;
};
xdg.configFile = {
hypr = {
source = config.lib.file.mkOutOfStoreSymlink ../../hypr;
recursive = true;
};
rofi = {
source = config.lib.file.mkOutOfStoreSymlink ../../rofi;
recursive = true;