feat: remove unused bindings

This commit is contained in:
s-prechtl 2024-09-22 00:13:59 +02:00
parent 13b7bf9b47
commit fe2fa1a7e1
11 changed files with 2 additions and 24 deletions

View file

@ -1,6 +1,4 @@
{
config,
pkgs,
...
}: {
programs.alacritty = {

View file

@ -1,6 +1,4 @@
{
config,
pkgs,
...
}: {
programs.btop = {

View file

@ -1,6 +1,4 @@
{
config,
pkgs,
...
}: {
programs.git = {

View file

@ -1,6 +1,4 @@
{
config,
pkgs,
...
}: {
imports = [

View file

@ -1,6 +1,4 @@
{
config,
pkgs,
...
}: {
programs.hyprlock = {

View file

@ -1,13 +1,11 @@
{
config,
pkgs,
...
}: {
services.hyprpaper = {
enable = true;
settings = {
preload = "/home/sprechtl/dotfiles/background.png";
wallpaper = "/home/sprechtl/dotfiles/background.png";
preload = "~/dotfiles/background.png";
wallpaper = "~/dotfiles/background.png";
};
};
}

View file

@ -1,6 +1,4 @@
{
config,
pkgs,
...
}: {
services.nextcloud-client = {

View file

@ -1,6 +1,4 @@
{
config,
pkgs,
...
}: {
programs.password-store = {

View file

@ -1,6 +1,4 @@
{
config,
pkgs,
...
}: {
programs.waybar = {

View file

@ -1,6 +1,4 @@
{
config,
pkgs,
...
}: {
programs.wofi = {

View file

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