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 = [
./alacritty.nix
./dunst.nix

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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