Run linting
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ inputs, pkgs, lib, config, ... }: {
|
||||
options.hyprland.enable = lib.mkEnableOption "Hyprland";
|
||||
config = {
|
||||
home.packages = with pkgs; [
|
||||
home.packages = with pkgs; [
|
||||
cliphist
|
||||
dunst
|
||||
hyprlock
|
||||
@@ -20,11 +20,11 @@
|
||||
"$shiftMainMod" = "SUPER_SHIFT";
|
||||
"$term" = "kitty";
|
||||
|
||||
monitor = [
|
||||
monitor = [
|
||||
"DP-3,1920x1080@60,2560x0,1" # top
|
||||
"DP-8,2560x1440@75,0x1080,1" # left
|
||||
"DP-2,2560x1440@120,2560x1080,1" # main
|
||||
"DP-7,2560x1440@75,5120x1080,1" # right
|
||||
"DP-7,2560x1440@75,5120x1080,1" # right
|
||||
];
|
||||
input = {
|
||||
kb_layout = "no";
|
||||
@@ -130,9 +130,9 @@
|
||||
"$mainMod, ${ws}, workspace, ${toString (x + 1)}"
|
||||
"ALT, ${ws}, workspace, ${toString (x + 1)}"
|
||||
]) 10));
|
||||
exec-once = [
|
||||
exec-once = [
|
||||
"waybar"
|
||||
"hyprpaper"
|
||||
"hyprpaper"
|
||||
"easy-effects --gapplication-service"
|
||||
# "dunst"
|
||||
];
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.dunst = {
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
iconTheme = {
|
||||
name = "Papirus-Dark";
|
||||
@@ -57,7 +57,7 @@ services.dunst = {
|
||||
browser = "/usr/bin/env firefox -new-tab";
|
||||
};
|
||||
|
||||
fullscreen_delay_everything = {fullscreen = "delay";};
|
||||
fullscreen_delay_everything = { fullscreen = "delay"; };
|
||||
|
||||
urgency_critical = {
|
||||
background = "#d64e4e";
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{ config, ... }: {
|
||||
xdg.configFile."kitty/kitty.conf" = {
|
||||
source = config.lib.file.mkOutOfStoreSymlink ./. + "/kitty.conf";
|
||||
target = "kitty/kitty.conf";
|
||||
};
|
||||
xdg.configFile."kitty/kitty.conf" = {
|
||||
source = config.lib.file.mkOutOfStoreSymlink ./. + "/kitty.conf";
|
||||
target = "kitty/kitty.conf";
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user