remove unneeded inputs to allow deadnix

This commit is contained in:
Callum Leslie 2024-09-05 10:44:38 +01:00 committed by Callum Leslie
parent 152ce6cfd2
commit 57c32c45a0
26 changed files with 21 additions and 110 deletions

View file

@ -1,9 +1,4 @@
{
config,
inputs,
pkgs,
...
}: {
{...}: {
programs.alacritty = {
enable = true;
settings = {

View file

@ -1,9 +1,4 @@
{
inputs,
config,
pkgs,
...
}: {
{...}: {
imports = [
./hypr
./waybar

View file

@ -1,9 +1,4 @@
{
config,
inputs,
pkgs,
...
}: {
{config, ...}: {
programs.direnv = {
enable = true;
nix-direnv.enable = true;

View file

@ -1,9 +1,4 @@
{
config,
inputs,
pkgs,
...
}: {
{inputs, ...}: {
programs.firefox = {
enable = true;
policies = {

View file

@ -1,9 +1,4 @@
{
config,
inputs,
pkgs,
...
}: {
{pkgs, ...}: {
programs.fish = {
enable = true;

View file

@ -1,9 +1,4 @@
{
config,
inputs,
pkgs,
...
}: {
{...}: {
programs.git = {
enable = true;

View file

@ -1,9 +1,4 @@
{
config,
inputs,
pkgs,
...
}: {
{...}: {
services = {
blueman-applet.enable = true;
network-manager-applet.enable = true;

View file

@ -1,6 +1,5 @@
{
config,
inputs,
pkgs,
lib,
...

View file

@ -1,9 +1,4 @@
{
config,
inputs,
pkgs,
...
}: {
{pkgs, ...}: {
programs.rbw = {
enable = true;
settings = {

View file

@ -1,9 +1,4 @@
{
config,
inputs,
pkgs,
...
}: {
{pkgs, ...}: {
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;

View file

@ -1,9 +1,4 @@
{
config,
inputs,
pkgs,
...
}: {
{pkgs, ...}: {
programs.tmux = {
enable = true;
shortcut = "x";

View file

@ -1,9 +1,4 @@
{
config,
inputs,
pkgs,
...
}: {
{pkgs, ...}: {
programs.waybar = {
enable = true;
package = pkgs.waybar.override {