remove dead imports
This commit is contained in:
@@ -1,15 +1,9 @@
|
|||||||
{ config, lib, pkgs, inputs, ... }: {
|
{ config, lib, pkgs, inputs, ... }: {
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./ags
|
|
||||||
./hyprland
|
|
||||||
./terminal
|
./terminal
|
||||||
./rofi
|
|
||||||
./pywal
|
./pywal
|
||||||
./swaylock
|
|
||||||
./calcurse
|
./calcurse
|
||||||
./wayvnc
|
|
||||||
./firefox
|
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|||||||
Reference in New Issue
Block a user