refactor: remove unneeded inputs

This commit is contained in:
EinEtwas 2024-10-27 09:29:30 +01:00
parent 17a5f552a5
commit 2be38c44b8
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0
12 changed files with 37 additions and 28 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }: { {
imports = [ imports = [
./alacritty.nix ./alacritty.nix
./dunst.nix ./dunst.nix

View file

@ -1,4 +1,3 @@
{ config, pkgs, ... }:
{ {
programs.waybar = { programs.waybar = {
enable = true; enable = true;
@ -9,16 +8,29 @@
layer = "bottom"; layer = "bottom";
position = "top"; position = "top";
output = [ output = [
"DP-3" "DP-4" "DP-5" "DP-3"
"DP-6" "DP-7" "DP-8" "DP-4"
"DP-5"
"DP-6"
"DP-7"
"DP-8"
"DP-1" "DP-1"
"eDP-1" "eDP-1"
]; ];
modules-left = ["hyprland/workspaces" "hyprland/mode"]; modules-left = [
"hyprland/workspaces"
"hyprland/mode"
];
modules-center = [ "hyprland/window" ]; modules-center = [ "hyprland/window" ];
modules-right = ["pulseaudio" "backlight" "network" "battery" "clock" "tray"]; modules-right = [
"pulseaudio"
"backlight"
"network"
"battery"
"clock"
"tray"
];
cpu = { cpu = {
interval = 15; interval = 15;
@ -43,11 +55,14 @@
phone = ""; phone = "";
portable = ""; portable = "";
car = ""; car = "";
default = ["" ""]; default = [
""
""
];
}; };
scroll-step = 1; scroll-step = 1;
on-click = "pavucontrol"; on-click = "pavucontrol";
ignored-sinks = ["Easy Effects Sink"]; ignored-sinks = [ "Easy Effects Sink" ];
}; };
backlight = { backlight = {
@ -62,7 +77,7 @@
format = "{ifname}"; format = "{ifname}";
format-wifi = "{essid} ({signalStrength}%) "; format-wifi = "{essid} ({signalStrength}%) ";
format-ethernet = "{ipaddr}/{cidr} 󰊗"; format-ethernet = "{ipaddr}/{cidr} 󰊗";
format-disconnected = "󰤮"; format-disconnected = "󰤮";
tooltip-format = "{ifname} via {gwaddr} 󰊗"; tooltip-format = "{ifname} via {gwaddr} 󰊗";
tooltip-format-wifi = "{essid} ({signalStrength}%) "; tooltip-format-wifi = "{essid} ({signalStrength}%) ";
tooltip-format-ethernet = "{ifname} "; tooltip-format-ethernet = "{ifname} ";
@ -72,7 +87,13 @@
battery = { battery = {
format = "{capacity}% {icon}"; format = "{capacity}% {icon}";
"format-icons" = ["" "" "" "" ""]; "format-icons" = [
""
""
""
""
""
];
}; };
clock = { clock = {

View file

@ -1,4 +1,3 @@
{ config, pkgs, ... }:
{ {
programs.wofi = { programs.wofi = {
enable = true; enable = true;

View file

@ -1,4 +1,3 @@
{ config, age, ... }:
{ {
programs.ssh = { programs.ssh = {
enable = true; enable = true;

View file

@ -1,11 +1,3 @@
{
agenix,
config,
inputs,
pkgs,
spicetify-nix,
...
}:
{ {
imports = [ imports = [
./packages.nix ./packages.nix

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, config, spicetify-nix, ... }: { pkgs, spicetify-nix, ... }:
{ {
programs.spicetify = programs.spicetify =
let let

View file

@ -1,4 +1,4 @@
{ services, ... }: { {
imports = [ imports = [
./btop ./btop
./blueman.nix ./blueman.nix

View file

@ -1,4 +1,3 @@
{ services, ... }:
{ {
services.easyeffects = { services.easyeffects = {
enable = true; enable = true;

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { {
imports = [ imports = [
./bootloader.nix ./bootloader.nix
./environment.nix ./environment.nix

View file

@ -1,4 +1,4 @@
{ config, ... }: { {
imports = [ imports = [
./bluetooth.nix ./bluetooth.nix
./diskservices.nix ./diskservices.nix

View file

@ -1,4 +1,3 @@
{ config, ... }:
{ {
networking = { networking = {
hostName = "rhea-laptop"; hostName = "rhea-laptop";

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { {
imports = [ imports = [
./agenix.nix ./agenix.nix
./auth.nix ./auth.nix